#include "em_private.h"
/* $Header$ */
CC_crcst(op, v)
arith v;
{
/* CON or ROM with argument CST(v)
*/
PS(op);
CST(v);
CEND();
NL();
}