ack/mach/m68k2/as/mach0.c

32 lines
766 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".
*/
1985-05-13 11:19:24 +00:00
/* @(#)mach0.c 1.5 */
/*
* Motorola 68000/68010 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 */
#define LISTING /* enable listing facilities */
#define RELOCATION /* generate relocatable code */
1987-08-06 11:17:30 +00:00
#define DEBUG 0
#define Xfit(f) if (!(f)) Xnofit();
1985-05-13 11:19:24 +00:00
#undef valu_t
#define valu_t long
#undef ADDR_T
#define ADDR_T long
1985-05-13 11:19:24 +00:00
#undef ALIGNWORD
#define ALIGNWORD 2
#undef ALIGNSECT
#define ALIGNSECT 2
#undef VALWIDTH
#define VALWIDTH 8