ack/modules/src/em_code/opcst.c
1987-11-12 11:59:31 +00:00

12 lines
189 B
C

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