ack/util/ceg/as_parser/const.h
1987-11-20 11:12:07 +00:00

8 lines
101 B
C

#define Bool int
#define TRUE 1
#define FALSE 0
#define MAX_OPERANDS 4
#define MAX_MNEMONICS 100