Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / opdnam.c
1 #include "em_private.h"
2
3 /* $Id: opdnam.c,v 1.4 1994/06/24 11:11:44 ceriel Exp $ */
4
5 void
6 CC_opdnam(opcode, dnam, offset)
7         char *dnam;
8         arith offset;
9 {
10         /*      Instruction that has a datalabel + offset as argument
11                 Argument types: g
12         */
13         OP(opcode);
14         NOFF(dnam, offset);
15         NL();
16 }