Pristine Ack-5.5
[Ack-5.5.git] / mach / pdp / as / mach0.c
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 #define RCSID0 "$Id: mach0.c,v 1.6 1994/06/24 13:11:09 ceriel Exp $"
6
7 /*
8  * PDP 11 machine dependent options
9  */
10
11 #define THREE_PASS
12 #define WORDS_REVERSED
13 #define LISTING
14 #define RELOCATION
15 #undef ISALPHA
16 #define ISALPHA(c)      (isalpha(c) || c == '_' || c == '.' || c == '~')
17 #undef ISALNUM
18 #define ISALNUM(c)      (isalnum(c) || c == '_' || c == '.' || c == '~')
19
20 #undef ALIGNWORD
21 #define ALIGNWORD 2
22 #undef ALIGNSECT
23 #define ALIGNSECT 2