ack/mach/m65oo2/as/mach0.c

10 lines
246 B
C
Raw Permalink Normal View History

2024-02-22 15:13:52 +00:00
#define THREE_PASS /* branch and offset optimization */
#define LISTING /* enable listing facilities */
#define RELOCATION /* generate relocation info */
#define DEBUG 0
#undef ALIGNWORD
2024-02-22 19:37:12 +00:00
#define ALIGNWORD 4
2024-02-22 15:13:52 +00:00
#undef ALIGNSECT
2024-02-22 19:37:12 +00:00
#define ALIGNSECT 4