ack/modules/src/em_code/opdnam.c
1994-06-24 11:31:16 +00:00

16 lines
229 B
C

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