The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 6dbe1368ef + z80: added range checking for d in the (IX+d) and (IY+d) addressing modes in
the sdasz80 assembler writer, because sdasz80 silently truncates d to shortint
  which produces broken code and hides bugs in the z80 code generator. The check
  is behind ifdef, because the system unit doesn't compile, when this check is
  enabled, due to bugs that were previously unnoticed. When these bugs are
  fixed, the ifdef will be removed.

git-svn-id: trunk@45156 -
2020-04-28 18:49:50 +00:00
compiler + z80: added range checking for d in the (IX+d) and (IY+d) addressing modes in 2020-04-28 18:49:50 +00:00
installer * synchronized with trunk 2020-04-21 23:36:44 +00:00
packages * synchronized with trunk 2020-04-26 22:33:58 +00:00
rtl + added empty strings.inc and stringss.inc files 2020-04-27 22:13:36 +00:00
tests * synchronized with trunk 2020-04-26 22:33:58 +00:00
utils * updated revision.inc 2020-04-27 20:17:45 +00:00
.gitattributes z80: added quick & dirty vasm assembler support to the target 2020-04-28 01:23:31 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp * FPMake-option NoIDE added 2020-02-11 19:31:35 +00:00
Makefile * synchronized with trunk 2020-04-21 23:36:44 +00:00
Makefile.fpc * synchronized with trunk 2020-04-19 21:10:31 +00:00