Mercurial > hg-old > index.cgi
diff lwasm/instab.h @ 254:c7a41b4c89b3 2.x
Added struct support to LWASM
author | lost |
---|---|
date | Sat, 19 Dec 2009 06:38:43 +0000 |
parents | 0df2a39a268c |
children |
line wrap: on
line diff
--- a/lwasm/instab.h Wed Dec 09 03:59:26 2009 +0000 +++ b/lwasm/instab.h Sat Dec 19 06:38:43 2009 +0000 @@ -35,6 +35,7 @@ int endm; /* end of macro? */ int setsym; /* does this set a symbol address? EQU, SET */ int is6309; /* is this 6309 only? */ + int isreserve; /* reserves space but does not output anything */ } instab_t; #define OPFUNC(fn) void (fn)(asmstate_t *as, lwasm_line_t *l, char **p, int opnum)