ack/modules/src/em_code/oppnam.c
1989-10-13 14:03:25 +00:00

14 lines
193 B
C

#include "em_private.h"
/* $Header$ */
CC_oppnam(opcode, pnam)
char *pnam;
{
/* Instruction that has a procedure name as argument
Argument types: p
*/
OP(opcode);
PNAM(pnam);
NL();
}