op.c 172 B

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