fpc/compiler/z80
2020-04-04 13:49:07 +00:00
..
aasmcpu.pas + implemented a_load_const_ref for more efficient Z80 code generation for const assignment to local variables 2020-04-03 02:23:05 +00:00
agsdasz80.pas * write references of the type (IX+const), (IY+const) as const(IX) or const(IY), since that appears to 2020-04-03 01:33:41 +00:00
agz80asm.pas * capitalize idtxt of z80asm, so it can be selected with -Az80asm 2020-03-31 19:31:18 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * treat all Z80 registers as 8-bit 2020-04-03 18:53:10 +00:00
cpubase.pas + generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool 2020-04-04 01:36:07 +00:00
cpuinfo.pas
cpunode.pas
cpupara.pas
cpupi.pas
cputarg.pas + started work on the sdcc-sdasz80 asm backend 2020-03-30 23:31:04 +00:00
hlcgcpu.pas
nz80add.pas
raz80.pas
raz80asm.pas
rgcpu.pas * replace 'add/adc/sub/sbc/and/or/xor/cp orgreg' with 'add/adc/sub/sbc/and/or/xor/cp spilltemp' in 2020-04-03 22:42:02 +00:00
rz80con.inc * fixed register number of IX 2020-04-01 13:36:59 +00:00
rz80dwa.inc
rz80nor.inc
rz80num.inc * fixed register number of IX 2020-04-01 13:36:59 +00:00
rz80rni.inc
rz80sri.inc
rz80sta.inc
rz80std.inc
rz80sup.inc * fixed register number of IX 2020-04-01 13:36:59 +00:00
symcpu.pas
z80ins.dat + added instruction encoding info for all the remaining Z80 instructions 2020-04-04 13:49:07 +00:00
z80nop.inc + generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool 2020-04-04 01:36:07 +00:00
z80op.inc + generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool 2020-04-04 01:36:07 +00:00
z80reg.dat * treat all Z80 registers as 8-bit 2020-04-03 18:53:10 +00:00
z80stdopnames.inc + generate the Z80 instruction enum and string table from z80ins.dat via a newly created tool 2020-04-04 01:36:07 +00:00