ack/modules/src/em_code/oppnam.c

13 lines
177 B
C
Raw Normal View History

1987-11-12 11:59:31 +00:00
#include "em_private.h"
CC_oppnam(opcode, pnam)
char *pnam;
{
/* Instruction that has a procedure name as argument
Argument types: p
*/
OP(opcode);
PNAM(pnam);
NL();
}