Pristine Ack-5.5
[Ack-5.5.git] / util / int / opcode.h
1 /*
2         Secondary and tertiary opcode defines
3 */
4
5 /* $Id: opcode.h,v 2.2 1994/06/24 10:48:32 ceriel Exp $ */
6
7 #define PRIM_BASE       0
8 #define SEC_BASE        256
9 #define TERT_BASE       512
10
11 #define SECONDARY       254
12 #define TERTIARY        255
13