10 lines
227 B
C
10 lines
227 B
C
#define RCSID0 "$Header$"
|
|
|
|
/*
|
|
* INTEL 8086 options
|
|
*/
|
|
#define THREE_PASS /* branch and offset optimization */
|
|
#define LISTING /* enable listing facilities */
|
|
#define RELOCATION /* generate relocation info */
|
|
#define DEBUG 0
|