diff lwasm/instab.h @ 230:0df2a39a268c

Added --6809/--6309 switches and some cleanups in error reporting
author lost
date Fri, 12 Jun 2009 03:18:32 +0000
parents 427e268e876b
children c7a41b4c89b3
line wrap: on
line diff
--- a/lwasm/instab.h	Fri Jun 12 01:31:18 2009 +0000
+++ b/lwasm/instab.h	Fri Jun 12 03:18:32 2009 +0000
@@ -34,6 +34,7 @@
 	int iscond;					/* set if this should be dispatched even if skipping a condition/macro */
 	int endm;					/* end of macro? */
 	int setsym;					/* does this set a symbol address? EQU, SET */
+	int is6309;					/* is this 6309 only? */
 } instab_t;
 
 #define OPFUNC(fn)	void (fn)(asmstate_t *as, lwasm_line_t *l, char **p, int opnum)