Added grind support

This commit is contained in:
ceriel
1991-11-01 11:53:42 +00:00
parent 6d553a379a
commit 6f4094c7c4
22 changed files with 179 additions and 39 deletions

View File

@@ -3,5 +3,6 @@
#define SYMBOL_DEFINITION 1
#define REFERENCE 2
#define STORE_STRING 3
#define FORCE_DEF 4
#define conv_seg( s) ( ( s == SEGROM) ? SEGCON : s)