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

13 lines
212 B
C

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