ack/modules/src/em_code/opcst.c
1993-11-10 10:26:07 +00:00

15 lines
210 B
C

#include "em_private.h"
/* $Header$ */
void
CC_opcst(opcode, cst)
arith cst;
{
/* Instruction with a constant argument
Argument types: c, d, l, g, f, n, s, z, o, w, r
*/
OP(opcode);
CST(cst);
NL();
}