comparison 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
comparison
equal deleted inserted replaced
29:3cc5e4a42344 30:914ad38f9b59
48 #define WORKER_TYPE 0 48 #define WORKER_TYPE 0
49 #define MAGIC_TYPE 1 49 #define MAGIC_TYPE 1
50 #define USER_FLAG 0x8000 50 #define USER_FLAG 0x8000
51 #define TYPE_MASK 0xFF 51 #define TYPE_MASK 0xFF
52 52
53 #define START_COMP_STORAGE 40 53 #define START_COMP_STORAGE 128
54 #define START_DEF_STORAGE 100 54 #define START_DEF_STORAGE 100
55 55
56 #ifdef CPLUSPLUS 56 #ifdef CPLUSPLUS
57 extern "C" { 57 extern "C" {
58 #endif 58 #endif