param.h 442 B

1234567891011121314151617181920212223242526
  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$ */
  6. #define BMASK 0377
  7. #define BSHIFT 8
  8. #define TRUE 1
  9. #define FALSE 0
  10. #define MAXINT 32767
  11. #define INFINITY (MAXINT+100)
  12. #define MAXROM 3
  13. #define op_lab (sp_lmnem+1)
  14. /*
  15. * Tunable constants
  16. */
  17. #define MAXEMLINES 20
  18. #define MAXFSTACK 20
  19. #define MAXTDBUG 32