diff src/lwasm.h @ 54:360d53062bb9

Fixed typo in instruction table and added END directive
author lost
date Sun, 04 Jan 2009 20:38:12 +0000
parents 21ae0fab469b
children 8e32696380f3
line wrap: on
line diff
--- a/src/lwasm.h	Sun Jan 04 20:28:30 2009 +0000
+++ b/src/lwasm.h	Sun Jan 04 20:38:12 2009 +0000
@@ -92,6 +92,8 @@
 	int outformat;				// output format type
 	char **filelist;			// files that have been read
 	int filelistlen;			// number of files in the list
+	
+	int endseen;				// set to true if "end" has been seen
 } asmstate_t;
 
 #define PRAGMA_NOINDEX0TONONE	1