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".
|
|
|
|
*/
|
|
|
|
#define RCSID0 "$Header$"
|
|
|
|
|
|
|
|
/*
|
|
|
|
* INTEL 80386 options
|
|
|
|
*/
|
|
|
|
#define THREE_PASS /* branch and offset optimization */
|
|
|
|
#define LISTING /* enable listing facilities */
|
|
|
|
#define RELOCATION /* generate relocation info */
|
|
|
|
|
|
|
|
#undef valu_t
|
|
|
|
#define valu_t long
|
1990-10-05 16:31:55 +00:00
|
|
|
#undef addr_t
|
|
|
|
#define addr_t long
|