Pristine Ack-5.5
[Ack-5.5.git] / mach / z80 / 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 3.5 1994/06/24 13:54:39 ceriel Exp $"
6
7 /*
8  * Zilog Z80 options
9  */
10 #define THREE_PASS              /* distinguish short and long branches */
11 #define LISTING                 /* enable listing facilities */
12 #define RELOCATION
13
14 #undef ISALNUM
15 #define ISALNUM(c)      (isalnum(c) || c == '_' || c == '.')