11 lines
324 B
Plaintext
11 lines
324 B
Plaintext
/* collection of options, selected by including or excluding 'defines' */
|
|
|
|
/* Version number of the EM object code */
|
|
# define VERSION 3 /* 16 bits number */
|
|
|
|
/* The default machine used by ack, acc, apc */
|
|
# define ACKM "vax4"
|
|
|
|
/* size of local machine, either 0 (for 16 bit address space), or 1 */
|
|
# define BIGMACHINE 1
|