Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / op.c
1 #include "em_private.h"
2
3 /* $Id: op.c,v 1.4 1994/06/24 11:11:35 ceriel Exp $ */
4
5 void
6 CC_op(opcode)
7 {
8         /*      Instruction that never has an argument
9                 Argument types: -
10         */
11         OP(opcode);
12         NL();
13 }