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-24 14:02:31 +00:00
|
|
|
#define RCSID0 "$Id$"
|
1986-12-05 17:09:41 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
** Zilog z8000 machine dependent options
|
|
|
|
*/
|
|
|
|
#define THREE_PASS
|
|
|
|
#define BYTES_REVERSED
|
|
|
|
#define WORDS_REVERSED
|
|
|
|
#define LISTING
|
|
|
|
#define ASLD
|
|
|
|
#undef ALIGNSECT
|
|
|
|
#define ALIGNSECT 2
|
1991-12-16 15:24:24 +00:00
|
|
|
#undef ADDR_T
|
|
|
|
#define ADDR_T long
|