op.c 147 B

12345678910111213
  1. #include "em_private.h"
  2. /* $Id$ */
  3. void
  4. CC_op(opcode)
  5. {
  6. /* Instruction that never has an argument
  7. Argument types: -
  8. */
  9. OP(opcode);
  10. NL();
  11. }