produce commons for bss
This commit is contained in:
parent
0105d98302
commit
b972fea237
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue