ack/mach/m68020/as/mach0.c

34 lines
777 B
C
Raw Normal View History

1987-03-10 11:49:39 +00:00
/* $Header$ */
1987-03-09 19:15:41 +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".
*/
1987-01-29 20:15:14 +00:00
/*
* Motorola 68020 options
*/
#define THREE_PASS /* branch and offset optimization */
#define BYTES_REVERSED /* high order byte has lowest address */
#define WORDS_REVERSED /* high order word has lowest address */
1987-09-08 08:59:03 +00:00
/*#define LISTING /* enable listing facilities */
1987-01-29 20:15:14 +00:00
#define RELOCATION /* generate relocatable code */
#define DEBUG 0
1987-01-29 20:15:14 +00:00
#undef valu_t
#define valu_t long
#undef addr_t
#define addr_t long
#undef ASC_LPAR
#define ASC_LPAR '{'
#undef ASC_RPAR
#define ASC_RPAR '}'
#undef ALIGNWORD
#define ALIGNWORD 2
#undef ALIGNSECT
#define ALIGNSECT 2
#undef VALWIDTH
#define VALWIDTH 8