diff src/lwasm.h @ 49:21ae0fab469b

Added needed infra for useful listing of EQU and ORG type statements
author lost
date Sun, 04 Jan 2009 07:37:19 +0000
parents b962cee20bf4
children 360d53062bb9
line wrap: on
line diff
--- a/src/lwasm.h	Sun Jan 04 07:31:20 2009 +0000
+++ b/src/lwasm.h	Sun Jan 04 07:37:19 2009 +0000
@@ -55,6 +55,8 @@
 	int codesize;		// the size of the code buffer
 	int codeaddr;		// address the code goes at
 	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
 };
 
 // for keeping track of symbols