produce commons for bss
This commit is contained in:
parent
c24776265d
commit
3d5fbd3053
@ -12,7 +12,7 @@
|
|||||||
#define newilb(x) fprintf(codefile,"%s:\n",x)
|
#define newilb(x) fprintf(codefile,"%s:\n",x)
|
||||||
#define newdlb(x) fprintf(codefile,"%s:\n",x)
|
#define newdlb(x) fprintf(codefile,"%s:\n",x)
|
||||||
#define dlbdlb(x,y) fprintf(codefile,"%s = %s\n",x,y)
|
#define dlbdlb(x,y) fprintf(codefile,"%s = %s\n",x,y)
|
||||||
#define newlbss(l,x) fprintf(codefile,"%s: .space\t%d\n",l,x);
|
#define newlbss(l,x) fprintf(codefile,".comm %s,%d\n",l,x);
|
||||||
|
|
||||||
#define cst_fmt "%d"
|
#define cst_fmt "%d"
|
||||||
#define off_fmt "%d"
|
#define off_fmt "%d"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user