Pristine Ack-5.5
[Ack-5.5.git] / mach / m68020 / as / mach0.c
1 /* $Id: mach0.c,v 1.10 1994/06/24 13:05:37 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 /*
7  * Motorola 68020 options
8  */
9
10 #define THREE_PASS              /* branch and offset optimization */
11 #define BYTES_REVERSED          /* high order byte has lowest address */
12 #define WORDS_REVERSED          /* high order word has lowest address */
13 /*#define       LISTING                 /* enable listing facilities */
14 #define RELOCATION              /* generate relocatable code */
15 #define DEBUG 0
16
17 #undef  valu_t
18 #define valu_t          long
19 #undef  ADDR_T
20 #define ADDR_T          long
21
22 #undef  ASC_LPAR
23 #define ASC_LPAR        '{'
24 #undef  ASC_RPAR
25 #define ASC_RPAR        '}'
26
27 #undef  ALIGNWORD
28 #define ALIGNWORD       2
29 #undef  ALIGNSECT
30 #define ALIGNSECT       2
31
32 #undef  VALWIDTH
33 #define VALWIDTH        8