1984-05-19 12:52:21 +00:00
|
|
|
/* $Header$ */
|
|
|
|
|
1984-07-12 11:02:44 +00:00
|
|
|
#define ex_ap(y) fprintf(codefile,".globl %s\n",y)
|
1984-05-19 12:48:59 +00:00
|
|
|
#define in_ap(y) /* nothing */
|
|
|
|
|
1984-07-12 11:02:44 +00:00
|
|
|
#define newplb(x) fprintf(codefile,"%s:\n",x)
|
1984-05-19 12:48:59 +00:00
|
|
|
#define newilb(x) fprintf(codefile,"%s:\n",x)
|
|
|
|
#define newdlb(x) fprintf(codefile,"%s:\n",x)
|
|
|
|
#define newlbss(l,x) fprintf(codefile,"%s:.=.+0%o\n",l,x);
|
|
|
|
|
|
|
|
#define cst_fmt "$0%o"
|
|
|
|
#define off_fmt "0%o"
|
|
|
|
#define ilb_fmt "I%02x%x"
|
|
|
|
#define dlb_fmt "_%d"
|
|
|
|
#define hol_fmt "hol%d"
|
|
|
|
|
|
|
|
#define hol_off "0%o+hol%d"
|
|
|
|
|
|
|
|
#define con_cst(x) fprintf(codefile,"0%o\n",x)
|
|
|
|
#define con_ilb(x) fprintf(codefile,"%s\n",x)
|
|
|
|
#define con_dlb(x) fprintf(codefile,"%s\n",x)
|
|
|
|
|
|
|
|
#define id_first '_'
|
|
|
|
#define BSS_INIT 0
|