crxcon.c 200 B

1234567891011121314
  1. #include "em_code.h"
  2. #include "em_private.h"
  3. /* $Id$ */
  4. void CC_crxcon(int op, int spec, char *v, arith s)
  5. {
  6. /* CON or ROM with argument ICON(v,z)
  7. */
  8. PS(op);
  9. WCON(spec, v, s);
  10. CEND();
  11. NL();
  12. }