ack/modules/src/em_code/op.c
1994-06-24 11:31:16 +00:00

13 lines
147 B
C

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