]> Shamusworld >> Repos - rmac/commit - rmac.c
First working 64-bit version of RMAC
authorShamus Hammons <jlhamm@acm.org>
Sat, 24 Nov 2012 19:48:52 +0000 (13:48 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 24 Nov 2012 19:48:52 +0000 (13:48 -0600)
commitd16b8ea0ee65b2ad901ca6b0624c07e6e4930cc4
treedb704488319513dfbc0aa4486df0f8c225c280d7
parent49cce96fba11282e4244187f15be418d5ae5bb8d
First working 64-bit version of RMAC

There's still lots to do, like refactoring a bunch of stuff that's
still basically wrong, but that's par for the course. There may be
more things that need fixing (like the .rept function, for example).
22 files changed:
debug.c
direct.c
direct.h
error.c
error.h
expr.c
listing.c
listing.h
mach.c
mach.h
macro.c
macro.h
procln.c
risca.c
rmac.c
rmac.h
sect.c
sect.h
symbol.c
symbol.h
token.c
token.h