1987-11-12 11:59:31 +00:00
|
|
|
#include "em_private.h"
|
|
|
|
|
1989-10-13 14:03:25 +00:00
|
|
|
/* $Header$ */
|
|
|
|
|
1993-11-10 10:26:07 +00:00
|
|
|
void
|
1987-11-12 11:59:31 +00:00
|
|
|
CC_oppnam(opcode, pnam)
|
|
|
|
char *pnam;
|
|
|
|
{
|
|
|
|
/* Instruction that has a procedure name as argument
|
|
|
|
Argument types: p
|
|
|
|
*/
|
|
|
|
OP(opcode);
|
|
|
|
PNAM(pnam);
|
|
|
|
NL();
|
|
|
|
}
|