ack/modules/src/em_code/opcst.c
1989-10-13 14:03:25 +00:00

14 lines
205 B
C

#include "em_private.h"
/* $Header$ */
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();
}