fpc/compiler/i8086
2016-10-18 21:48:59 +00:00
..
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * get rid of addr_load_indirect again by having tcgx86 provide an internal implementation of both make_simple_ref() and a_load_ref_reg() so that make_direct_ref() can call the latter (and the latter the former) without fear of inifinite recursive calls due to the symbol; a_load_ref_reg() is additionally declared as "final" as a_load_ref_reg_internal() needs to be overloaded instead (which is the case for tcg8086) 2016-09-30 14:01:02 +00:00
cpubase.inc
cpuinfo.pas
cpunode.pas * automatically generate necessary indirect symbols when a new assembler 2016-07-20 20:53:03 +00:00
cpupara.pas
cpupi.pas
cputarg.pas + added an i8086-embedded target support to the compiler (RTL and makefile 2016-06-17 19:15:24 +00:00
hlcgcpu.pas * various memory reference alignment fixes 2016-09-20 21:43:19 +00:00
i8086att.inc
i8086atts.inc
i8086int.inc
i8086nop.inc
i8086op.inc
i8086prop.inc * fix modification information of VCOMISS and VCOMISD 2016-06-01 19:58:43 +00:00
i8086tab.inc
n8086add.pas
n8086cal.pas
n8086cnv.pas
n8086con.pas
n8086inl.pas
n8086ld.pas * various memory reference alignment fixes 2016-09-20 21:43:19 +00:00
n8086mat.pas
n8086mem.pas Fix parameter loading of FPC_CHECKPOINTER to handle correctly references with offsets 2016-10-18 21:48:59 +00:00
n8086tcon.pas
n8086util.pas * specify the def of assembler level symbols defined via 2016-07-20 20:52:59 +00:00
r8086ari.inc
r8086att.inc
r8086con.inc
r8086dwrf.inc
r8086int.inc
r8086iri.inc
r8086nasm.inc
r8086nor.inc
r8086nri.inc
r8086num.inc
r8086ot.inc
r8086rni.inc
r8086sri.inc
r8086stab.inc
r8086std.inc
ra8086att.pas
ra8086int.pas
rgcpu.pas
symcpu.pas + added an unsigned counterpart to tpointerdef.pointer_arithmetic_it_type (needed by inc/dec) 2016-10-08 11:45:24 +00:00
tgcpu.pas