1989-10-13 14:03:25 +00:00

13 lines
146 B
C

#include "em_private.h"
/* $Header$ */
CC_op(opcode)
{
/* Instruction that never has an argument
Argument types: -
*/
OP(opcode);
NL();
}