ack/modules/src/em_code/opilb.c

13 lines
167 B
C
Raw Normal View History

1987-11-12 11:59:31 +00:00
#include "em_private.h"
CC_opilb(opcode, ilb)
label ilb;
{
/* Instruction with instruction label argument
Argument types: b
*/
OP(opcode);
CILB(ilb);
NL();
}