Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / opcst.c
1 #include "em_private.h"
2
3 /* $Id: opcst.c,v 1.4 1994/06/24 11:11:38 ceriel Exp $ */
4
5 void
6 CC_opcst(opcode, cst)
7         arith cst;
8 {
9         /*      Instruction with a constant argument
10                 Argument types: c, d, l, g, f, n, s, z, o, w, r
11         */
12         OP(opcode);
13         CST(cst);
14         NL();
15 }