mach0.c 746 B

123456789101112131415161718192021222324252627282930
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* @(#)mach0.c 1.5 */
  7. /*
  8. * Motorola 68000/68010 options
  9. */
  10. #undef BITMAX
  11. #define BITMAX 8000
  12. #define THREE_PASS /* branch and offset optimization */
  13. #define BYTES_REVERSED /* high order byte has lowest address */
  14. #define WORDS_REVERSED /* high order word has lowest address */
  15. #define LISTING /* enable listing facilities */
  16. #define RELOCATION /* generate relocatable code */
  17. #undef valu_t
  18. #define valu_t long
  19. #undef addr_t
  20. #define addr_t long
  21. #undef ALIGNWORD
  22. #define ALIGNWORD 2
  23. #undef ALIGNSECT
  24. #define ALIGNSECT 2
  25. #undef VALWIDTH
  26. #define VALWIDTH 8