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
|