diff lwasm/lwasm.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 59a138df0401
children a58f49a77441
line wrap: on
line diff
--- a/lwasm/lwasm.h	Fri Jun 12 01:31:18 2009 +0000
+++ b/lwasm/lwasm.h	Fri Jun 12 03:18:32 2009 +0000
@@ -180,6 +180,9 @@
 	// items used only for the "object" target
 	sectiontab_t *sections;		// pointer to section table
 	sectiontab_t *csect;		// current section - NULL if not in one
+	
+	// only 6809 ops?
+	int no6309;					
 } asmstate_t;
 
 // do not rewrite XXX,r to ,r if XXX evaluates to 0