opcode.h 166 B

12345678910111213
  1. /*
  2. Secondary and tertiary opcode defines
  3. */
  4. /* $Id$ */
  5. #define PRIM_BASE 0
  6. #define SEC_BASE 256
  7. #define TERT_BASE 512
  8. #define SECONDARY 254
  9. #define TERTIARY 255