]> Shamusworld >> Repos - rmac/commit
Fix for #159: Split register sets according to architecture into different tables...
authorggn <ggn@atari.org>
Thu, 24 Mar 2022 11:28:09 +0000 (13:28 +0200)
committerShamus Hammons <jlhamm@acm.org>
Mon, 30 May 2022 19:56:38 +0000 (14:56 -0500)
commit7d748dc6e2259984c9093c48d84ae1ed280632ad
tree01ccdc9d82b8259fe95ecf4160674403ce1d1e60
parent5559ac02922836380db93969986836bb004c8b37
Fix for #159: Split register sets according to architecture into different tables so they don't clash with label/symbol names. Modified tokeniser to use different tables when scanning for registers
22 files changed:
56kregs.tab [new file with mode: 0644]
6502.c
6502regs.tab [new file with mode: 0644]
68kregs.tab [new file with mode: 0644]
amode.c
direct.c
docs/rmac.rst
dsp56k_amode.c
dsp56k_mach.c
kw.tab
mach.c
makefile
maketabs.bat
parmode.h
procln.c
riscasm.c
riscregs.tab [new file with mode: 0644]
rmac.c
rmac.h
sect.c
token.c
unary.tab [new file with mode: 0644]