ack/modules/src/em_code/opilb.c
1989-10-13 14:03:25 +00:00

15 lines
183 B
C

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