6 lines
126 B
C
6 lines
126 B
C
|
#define SYMBOL_DEFINITION 1
|
||
|
#define REFERENCE 2
|
||
|
#define STORE_STRING 3
|
||
|
|
||
|
#define conv_seg( s) ( ( s == SEGROM) ? SEGCON : s)
|