Pristine Ack-5.5
[Ack-5.5.git] / mach / ns / as / mach0.c
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 #define RCSID0 "$Id: mach0.c,v 0.6 1994/06/24 13:09:43 ceriel Exp $"
6
7 /*
8  * NS 16032 options
9  */
10 #define THREE_PASS      /* branch and offset optimization */
11 #define LISTING         /* enable listing facilities */
12
13 #undef  valu_t
14 #define valu_t          long
15 #undef  ADDR_T
16 #define ADDR_T          long
17 #undef  ALIGNSECT
18 #define ALIGNSECT       2
19
20 #undef  VALWIDTH
21 #define VALWIDTH        8
22
23 #define RELOCATION
24
25 #define UNUSED          /* Assemble the 'unused' instructions like bfalse */