Mercurial > hg-old > index.cgi
diff src/lwasm.h @ 67:d5fe306f1ab1
Fixed numerous bugs in macro handling
author | lost |
---|---|
date | Mon, 05 Jan 2009 05:40:33 +0000 |
parents | aaddd47219b4 |
children | c8c772ef5df9 |
line wrap: on
line diff
--- a/src/lwasm.h Mon Jan 05 05:40:16 2009 +0000 +++ b/src/lwasm.h Mon Jan 05 05:40:33 2009 +0000 @@ -68,6 +68,7 @@ int nocodelen; // for "RMB" type instructions int addrset; // set if this instruction sets the assembly address int symaddr; // set if this instruction sets a symbol addr with EQU or the like + int badop; // bad operation - ignore it }; // for keeping track of symbols