fpc/compiler/m68k
2023-01-05 13:32:34 +01:00
..
aasmcpu.pas m68k: more boiler plate and refactor for a future internal assembler 2023-01-05 13:32:34 +01:00
ag68kgas.pas
ag68kvasm.pas * m68k: allow vasm to be used for system_m68k_embedded target, simplify some code 2022-03-05 17:59:15 +01:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: fixed the capabilities flags inverted logic issues committed in 7d23c2e9 2022-08-30 10:42:26 +02:00
cpubase.pas m68k: more boiler plate and refactor for a future internal assembler 2023-01-05 13:32:34 +01:00
cpuelf.pas m68k: add some initial CPU-specifc boilerplate for an internal ELF writer 2022-12-29 05:08:46 +01:00
cpuinfo.pas m68k: add a CPU capability to signal the CPU has no 48 bit encodiing limits 2022-08-26 18:42:24 +02:00
cpunode.pas m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name 2021-04-12 11:51:12 +00:00
cpupara.pas * cleanup of VER3_0 defines 2021-11-17 22:19:57 +01:00
cpupi.pas
cputarg.pas
hlcgcpu.pas Revert "m68k: utilize cg.a_loadaddr_ref_cgpara in hlcgcpu" for now, turns out it's not needed 2022-03-24 09:48:25 +01:00
itcpugas.pas
m68kins.dat m68k: updated instruction tables to match vasm release 1.9a 2022-12-29 03:36:51 +01:00
m68knop.inc m68k: updated instruction tables to match vasm release 1.9a 2022-12-29 03:36:51 +01:00
m68kop.inc
m68kreg.dat
m68kstd.inc
m68ktab.inc m68k: updated instruction tables to match vasm release 1.9a 2022-12-29 03:36:51 +01:00
n68kadd.pas * m68k: make sure right is in an address register for muln,addn,orn,xorn, before calling the low level cg 2022-03-22 09:02:31 +01:00
n68kcal.pas
n68kcnv.pas
n68kinl.pas
n68kmat.pas
n68kmem.pas
n68kset.pas
n68kutil.pas m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name 2021-04-12 11:51:12 +00:00
r68kbss.inc
r68kcon.inc
r68kgas.inc
r68kgasf.inc
r68kgri.inc m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified 2021-04-19 09:13:02 +00:00
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified 2021-04-19 09:13:02 +00:00
r68ksta.inc
r68kstd.inc
r68kstdf.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas * m68k: fix an endless syntax error loop in the assembler reader 2022-03-06 22:03:01 +01:00
rgcpu.pas m68k: disable an A_MOVE in the spilling code in an effort to finally try to unbreak paszlib 2022-08-26 18:42:24 +02:00
symcpu.pas * extend tabstractprocdef.getcopyas by a parameter to control whether the copy should be registered or not 2022-05-26 21:42:59 +02:00
tripletcpu.pas