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

15 lines
228 B
C

#include "em_private.h"
/* $Header$ */
CC_opdnam(opcode, dnam, offset)
char *dnam;
arith offset;
{
/* Instruction that has a datalabel + offset as argument
Argument types: g
*/
OP(opcode);
NOFF(dnam, offset);
NL();
}