diff interp.h @ 30:914ad38f9b59

Compiler now works for some simple programs
author Mike Pavone <pavone@retrodev.com>
date Mon, 28 Sep 2009 19:42:33 -0400
parents 3cc5e4a42344
children 9ee9adc696e7
line wrap: on
line diff
--- a/interp.h	Sat Jun 27 01:50:33 2009 -0400
+++ b/interp.h	Mon Sep 28 19:42:33 2009 -0400
@@ -50,7 +50,7 @@
 #define	USER_FLAG	0x8000
 #define	TYPE_MASK 	0xFF
 
-#define START_COMP_STORAGE	40
+#define START_COMP_STORAGE	128
 #define START_DEF_STORAGE	100
 
 #ifdef CPLUSPLUS