Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / opnarg.c
1 #include "em_private.h"
2
3 /* $Id: opnarg.c,v 1.4 1994/06/24 11:11:49 ceriel Exp $ */
4
5 void
6 CC_opnarg(opcode)
7 {
8         /*      Instruction with optional argument, but now without one
9                 Argument types: w
10         */
11         OP(opcode);
12         CCEND();
13         NL();
14 }