fpc/compiler/x86
2016-01-02 06:17:14 +00:00
..
aasmcpu.pas * RELOC_ABSOLUTE32 made different than RELOC_ABSOLUTE on i8086 (and fixed all 2015-11-13 15:56:26 +00:00
agx86att.pas Solaris assembler does not accept %st instead of %st(0), at least for some instructions 2015-10-30 11:20:10 +00:00
agx86int.pas * fixes masm code generation for rep mov* 2015-11-06 19:06:57 +00:00
agx86nsm.pas + implemented the 'SEG @DATA' inline assembler directive for i8086 2015-11-10 17:26:21 +00:00
aoptx86.pas * popt386 uses now also all routines of aoptx86 2015-09-29 19:31:33 +00:00
cga.pas
cgx86.pas * x86: Don't save/restore integer registers that are volatile per calling convention of current procedure. It implies that nothing will be saved for procedures with OLDFPCCALL, FAR16 and PASCAL and calling conventions. OLDFPCCALL restores behavior that was in effect before r25224. 2015-11-27 05:48:49 +00:00
cpubase.pas
hlcgx86.pas
itcpugas.pas
itx86int.pas
ni86mem.pas
nx86add.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
nx86cal.pas + also allow x86 call ref for references that contain only non-imaginary registers (no infinite spilling problems there either) 2015-11-11 16:33:48 +00:00
nx86cnv.pas
nx86con.pas
nx86inl.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
nx86ld.pas
nx86mat.pas * fixed compilation of 8086 compiler. 2015-09-17 16:30:02 +00:00
nx86mem.pas
nx86set.pas * converted register_maybe_adjust_setbase() to the high level code generator 2015-12-05 18:03:37 +00:00
rax86.pas + implemented the 'SEG @CODE' inline assembler directive for i8086 2015-11-10 18:02:10 +00:00
rax86att.pas
rax86int.pas * Moved handling of comments and line breaks in assembler blocks from scanner to tokenizer level. Handling them at character level was causing compiler to accept comments in the middle of any assembler token, which should never happen. It was also causing Mantis #27459: a newline immediately after closing 'end' token was first handled in asmgetchar and then by normal parser, causing all subsequent line numbering to be off by one. 2016-01-02 06:17:14 +00:00
rgx86.pas
symi86.pas * changed {$ifdef x86} code in defcmp into virtual methods 2015-10-28 18:06:27 +00:00
symx86.pas * adaptation for symx86 to r32340 2015-11-15 23:15:43 +00:00
x86ins.dat * pushf and popf are 8086 level instructions, not 186+ 2015-12-17 15:23:21 +00:00
x86reg.dat