const.h 100 B

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