oppnam.c 194 B

123456789101112131415
  1. #include "em_private.h"
  2. /* $Id$ */
  3. void
  4. CC_oppnam(opcode, pnam)
  5. char *pnam;
  6. {
  7. /* Instruction that has a procedure name as argument
  8. Argument types: p
  9. */
  10. OP(opcode);
  11. PNAM(pnam);
  12. NL();
  13. }