1989-01-19 16:20:46 +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-24 07:25:30 +00:00
|
|
|
#define RCSID0 "$Id$"
|
1989-01-19 16:20:46 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* INTEL 80386 options
|
|
|
|
*/
|
|
|
|
#define THREE_PASS /* branch and offset optimization */
|
|
|
|
#define LISTING /* enable listing facilities */
|
|
|
|
#define RELOCATION /* generate relocation info */
|
|
|
|
|
1991-12-16 15:24:24 +00:00
|
|
|
#undef ADDR_T
|
|
|
|
#define ADDR_T long
|
1994-01-14 11:42:01 +00:00
|
|
|
|
|
|
|
#undef ALIGNWORD
|
|
|
|
#define ALIGNWORD 4
|
|
|
|
#undef ALIGNSECT
|
|
|
|
#define ALIGNSECT 4
|