1984-08-23 13:18:14 +00:00
|
|
|
/* 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 */
|
1986-07-22 10:36:04 +00:00
|
|
|
# define ACKM "vax4"
|
1987-03-02 17:28:50 +00:00
|
|
|
|
|
|
|
/* size of local machine, either 0 (for 16 bit address space), or 1 */
|
|
|
|
# define BIGMACHINE 1
|