Pristine Ack-5.5
[Ack-5.5.git] / mach / m68k2 / as / mach0.c
1 /* $Id: mach0.c,v 2.8 1994/06/24 13:02:39 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 /* @(#)mach0.c  1.5 */
7 /*
8  * Motorola 68000/68010 options
9  */
10
11 #define THREE_PASS              /* branch and offset optimization */
12 #define BYTES_REVERSED          /* high order byte has lowest address */
13 #define WORDS_REVERSED          /* high order word has lowest address */
14 #define LISTING                 /* enable listing facilities */
15 #define RELOCATION              /* generate relocatable code */
16 #define DEBUG 0
17
18 #define Xfit(f)         if (!(f)) Xnofit();
19
20 #undef  valu_t
21 #define valu_t          long
22 #undef  ADDR_T
23 #define ADDR_T          long
24
25 #undef  ALIGNWORD
26 #define ALIGNWORD       2
27 #undef  ALIGNSECT
28 #define ALIGNSECT       2
29
30 #undef  VALWIDTH
31 #define VALWIDTH        8