Pristine Ack-5.5
[Ack-5.5.git] / mach / proto / ncg / 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 0.4 1994/06/24 13:27:46 ceriel Exp $ */
6
7 #define BMASK 0377
8 #define BSHIFT 8
9
10 #define TRUE    1
11 #define FALSE   0
12
13 #define MAXINT 32767
14 #define INFINITY (MAXINT+100)
15
16 #define MAXROM 3
17
18 #define op_lab  (sp_lmnem+1)
19
20 /*
21  * Tunable constants
22  */
23
24 #define MAXEMLINES 20
25 #define MAXFSTACK 20
26 #define MAXTDBUG 32