diff src/lwasm.h @ 44:2330b88f9600

Added simple output listing
author lost
date Sun, 04 Jan 2009 06:52:18 +0000
parents 4bb7b723e5b7
children b962cee20bf4
line wrap: on
line diff
--- a/src/lwasm.h	Sun Jan 04 06:16:22 2009 +0000
+++ b/src/lwasm.h	Sun Jan 04 06:52:18 2009 +0000
@@ -53,6 +53,7 @@
 	unsigned char *bytes;	// actual bytes emitted
 	int codelen;		// number of bytes emitted
 	int codesize;		// the size of the code buffer
+	int codeaddr;		// address the code goes at
 };
 
 // for keeping track of symbols