Pristine Ack-5.5
[Ack-5.5.git] / modules / src / em_code / opilb.c
1 #include "em_private.h"
2
3 /* $Id: opilb.c,v 1.4 1994/06/24 11:11:47 ceriel Exp $ */
4
5 void
6 CC_opilb(opcode, ilb)
7         label ilb;
8 {
9         /*      Instruction with instruction label argument
10                 Argument types: b
11         */
12         OP(opcode);
13         CILB(ilb);
14         NL();
15 }