ack/mach/i86/as/mach0.c

22 lines
497 B
C
Raw Normal View History

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".
*/
1994-06-23 16:08:51 +00:00
#define RCSID0 "$Id$"
1985-06-10 16:57:01 +00:00
/*
* INTEL 8086 options
*/
#define THREE_PASS /* branch and offset optimization */
#define LISTING /* enable listing facilities */
1986-12-05 17:17:03 +00:00
#define RELOCATION /* generate relocation info */
#define DEBUG 0
1988-04-11 11:41:50 +00:00
#undef valu_t
#define valu_t long
1994-01-14 11:42:01 +00:00
#undef ALIGNWORD
#define ALIGNWORD 2
#undef ALIGNSECT
#define ALIGNSECT 2