This website requires JavaScript.
Explore
Help
Sign In
paweld
/
fpc
Watch
1
Star
0
Fork
0
You've already forked fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced
2025-04-06 21:47:58 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2c5a070959
fpc
/
compiler
/
m68k
History
florian
9f6a3eebb7
* handle adress registers properly in tcg64f68k.a_op64_reg_ref
2024-07-19 20:00:21 +02:00
..
aasmcpu.pas
m68k: more work on instruction validation for the internal assembler
2023-01-09 12:01:10 +01:00
ag68kgas.pas
m68k-palmos: further fixes to assembly section. also actually use aout, as we have aout binutils for palmos
2024-05-25 00:14:11 +03:00
ag68kvasm.pas
m68k: initial compiler changes for Human68k (Sharp X68000) support
2023-11-30 23:43:27 +00:00
aoptcpu.pas
m68k: try to fold two consecutive AND instructions into one. This usually happens when a zero extension is followed by another AND.
2024-05-25 00:01:35 +03:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas
* handle adress registers properly in tcg64f68k.a_op64_reg_ref
2024-07-19 20:00:21 +02:00
cpubase.pas
m68k: add tables to convert from some stub opcodes + condition into real opcodes. Use them in the external assembler writer for now. Later the internal assembler will need these tables too.
2023-01-30 09:56:41 +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
cpupara.pas
cpupi.pas
cputarg.pas
m68k: initial compiler changes for Human68k (Sharp X68000) support
2023-11-30 23:43:27 +00:00
hlcgcpu.pas
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: fix tw40182 test
2024-01-09 10:57:11 +01:00
n68kcal.pas
m68k: do not generate argument popping for a noreturn call
2023-11-30 23:43:27 +00:00
n68kcnv.pas
n68kinl.pas
n68kmat.pas
n68kmem.pas
n68kset.pas
n68kutil.pas
r68kbss.inc
r68kcon.inc
r68kgas.inc
r68kgasf.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68kstdf.inc
r68ksup.inc
ra68k.pas
ra68kmot.pas
m68k: fix the assembler reader to bail out earlier on a failed parsing of a constant expression
2023-12-23 15:36:51 +01:00
rgcpu.pas
symcpu.pas
tripletcpu.pas