10 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			130 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "em_private.h"
 | |
| 
 | |
| CC_op(opcode)
 | |
| {
 | |
| 	/*	Instruction that never has an argument
 | |
| 		Argument types: -
 | |
| 	*/
 | |
| 	OP(opcode);
 | |
| 	NL();
 | |
| }
 |