10 lines
246 B
C
10 lines
246 B
C
#define THREE_PASS /* branch and offset optimization */
|
|
#define LISTING /* enable listing facilities */
|
|
#define RELOCATION /* generate relocation info */
|
|
#define DEBUG 0
|
|
|
|
#undef ALIGNWORD
|
|
#define ALIGNWORD 4
|
|
#undef ALIGNSECT
|
|
#define ALIGNSECT 4
|