]> Shamusworld >> Repos - rmac/commit - macro.c
Fixed problem with nested MACROs.
authorShamus Hammons <jlhamm@acm.org>
Mon, 26 Nov 2012 04:49:46 +0000 (22:49 -0600)
committerShamus Hammons <jlhamm@acm.org>
Mon, 26 Nov 2012 04:49:46 +0000 (22:49 -0600)
commitdaf2f61a3664329ae7f9609e1e14da2b8780fd10
tree55cb8be45ed17206e866aa5438f5bfb858d575fc
parent233e5e908f5a865233f775520dc35917f13d2d26
Fixed problem with nested MACROs.

While the assembler is in better shape vis-a-vis 64-bitness, there's
still a long way to go towards refactoring the thing to remove all
the problems it has with crufty data structures, and I'm sure there's
still bugs left in things like the .rept directive.
14 files changed:
debug.c
direct.c
direct.h
expr.c
macro.c
macro.h
procln.c
procln.h
rmac.c
sect.c
symbol.c
symbol.h
token.c
token.h