Pristine Ack-5.5
[Ack-5.5.git] / util / opt / param.h
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 /* $Id: param.h,v 2.4 1994/06/24 10:40:26 ceriel Exp $ */
6
7 #define LONGOFF         /* if defined long offsets are used */
8
9 #define TRUE    1
10 #define FALSE   0
11
12 #define MAXROM  3
13
14 #define op_lab  (sp_lmnem+1)
15 #define op_last op_lab
16 #define ps_sym  (sp_lpseu+1)
17 #define ps_last ps_sym
18
19 #define BMASK   255     /* 0377 is unsigned, which may cause problems */