ack/util/int/opcode.h
1994-06-24 11:31:16 +00:00

14 lines
166 B
C

/*
Secondary and tertiary opcode defines
*/
/* $Id$ */
#define PRIM_BASE 0
#define SEC_BASE 256
#define TERT_BASE 512
#define SECONDARY 254
#define TERTIARY 255