13 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 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
 | 
						|
 |