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

17 lines
232 B
C

#include "em_private.h"
/* $Id$ */
void
CC_opdlb(opcode, dlb, offset)
label dlb;
arith offset;
{
/* Instruction that as a numeric datalabel + offset as argument
Argument types: g
*/
OP(opcode);
DOFF(dlb, offset);
NL();
}