opnarg.c 178 B

1234567891011121314
  1. #include "em_private.h"
  2. /* $Id$ */
  3. void
  4. CC_opnarg(opcode)
  5. {
  6. /* Instruction with optional argument, but now without one
  7. Argument types: w
  8. */
  9. OP(opcode);
  10. CCEND();
  11. NL();
  12. }