completely new version

This commit is contained in:
ceriel
1987-11-12 11:59:31 +00:00
parent f9281be252
commit 0baf75f779
52 changed files with 975 additions and 116 deletions

View File

@@ -0,0 +1,13 @@
#include "em_private.h"
CC_crucon(op, v, s)
char *v;
arith s;
{
/* CON or ROM with argument UCON(v,z)
*/
PS(op);
WCON(sp_ucon, v, s);
CEND();
NL();
}