opilb.c 184 B

123456789101112131415
  1. #include "em_private.h"
  2. /* $Id$ */
  3. void
  4. CC_opilb(opcode, ilb)
  5. label ilb;
  6. {
  7. /* Instruction with instruction label argument
  8. Argument types: b
  9. */
  10. OP(opcode);
  11. CILB(ilb);
  12. NL();
  13. }