const.h 101 B

1234567
  1. #define Bool int
  2. #define TRUE 1
  3. #define FALSE 0
  4. #define MAX_OPERANDS 4
  5. #define MAX_MNEMONICS 100