ack/util/int/opcode.h

14 lines
166 B
C
Raw Permalink Normal View History

1988-06-22 16:57:09 +00:00
/*
Secondary and tertiary opcode defines
*/
1994-06-24 11:31:16 +00:00
/* $Id$ */
1988-06-22 16:57:09 +00:00
#define PRIM_BASE 0
#define SEC_BASE 256
#define TERT_BASE 512
#define SECONDARY 254
#define TERTIARY 255