ack/util/int/opcode.h
1988-06-22 16:57:09 +00:00

14 lines
170 B
C

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