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,19 @@
#include "em_private.h"
CC_bhucon(op, n, s, sz, i)
arith n;
char *s;
arith sz;
int i;
{
/* BSS or HOL with size n, initial value an UCON (s, sz),
and flag i
*/
PS(op);
CST(n);
COMMA();
WCON(sp_ucon, s, sz);
COMMA();
CST((arith) i);
NL();
}