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