Initial entry
This commit is contained in:
13
util/int/opcode.h
Normal file
13
util/int/opcode.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
Secondary and tertiary opcode defines
|
||||
*/
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
#define PRIM_BASE 0
|
||||
#define SEC_BASE 256
|
||||
#define TERT_BASE 512
|
||||
|
||||
#define SECONDARY 254
|
||||
#define TERTIARY 255
|
||||
|
||||
Reference in New Issue
Block a user