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

15 lines
184 B
C

#include "em_private.h"
/* $Id$ */
void
CC_opilb(opcode, ilb)
label ilb;
{
/* Instruction with instruction label argument
Argument types: b
*/
OP(opcode);
CILB(ilb);
NL();
}