ack/modules/src/em_code/oppnam.c
1993-11-10 10:26:07 +00:00

15 lines
198 B
C

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