mach0.c 433 B

1234567891011121314151617181920
  1. /*
  2. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #define RCSID0 "$Id$"
  6. /*
  7. ** Zilog z8000 machine dependent options
  8. */
  9. #define THREE_PASS
  10. #define BYTES_REVERSED
  11. #define WORDS_REVERSED
  12. #define LISTING
  13. #define ASLD
  14. #undef ALIGNSECT
  15. #define ALIGNSECT 2
  16. #undef valu_t
  17. #define valu_t long
  18. #undef ADDR_T
  19. #define ADDR_T long