ack/mach/i386/ncg/mach.h

36 lines
1.1 KiB
C
Raw Normal View History

1989-02-14 15:52:25 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#ifndef NORCSID
1994-06-24 14:02:31 +00:00
#define ID_MH "$Id$"
1989-02-14 15:52:25 +00:00
#endif
#define ex_ap(y) fprintf(codefile,".extern %s\n",y)
#define in_ap(y) /* nothing */
#define newilb(x) fprintf(codefile,"%s:\n",x)
#define newdlb(x) fprintf(codefile,"%s:\n",x)
#define newplb(x) fprintf(codefile,".align 4\n%s:\n", x)
1989-02-14 15:52:25 +00:00
#define dlbdlb(x,y) fprintf(codefile,"%s = %s\n",x,y)
#define newlbss(l,x) fprintf(codefile,".comm %s,%ld\n",l,x);
1989-02-14 15:52:25 +00:00
#define cst_fmt "%ld"
#define off_fmt "%ld"
#define ilb_fmt "I%x_%d"
1989-02-14 15:52:25 +00:00
#define dlb_fmt "I_%d"
#define hol_fmt "hol%d"
#define hol_off "%ld+hol%d"
#define con_cst(x) fprintf(codefile,".data4\t%ld\n",x)
#define con_ilb(x) fprintf(codefile,".data4\t%s\n",x)
#define con_dlb(x) fprintf(codefile,".data4\t%s\n",x)
#define modhead ".sect .text; .sect .rom; .sect .data; .sect .bss\n"
#define fmt_id(fr,to) sprintf(to, "_%s", fr)
#define BSS_INIT 0
1992-03-27 17:36:49 +00:00
#define MACH_OPTIONS