ack/util/ceg/as_parser/const.h

8 lines
101 B
C
Raw Normal View History

1987-11-20 11:12:07 +00:00
#define Bool int
#define TRUE 1
#define FALSE 0
#define MAX_OPERANDS 4
#define MAX_MNEMONICS 100