param.h 453 B

12345678910111213141516171819
  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 LONGOFF /* if defined long offsets are used */
  7. #define TRUE 1
  8. #define FALSE 0
  9. #define MAXROM 3
  10. #define op_lab (sp_lmnem+1)
  11. #define op_last op_lab
  12. #define ps_sym (sp_lpseu+1)
  13. #define ps_last ps_sym
  14. #define BMASK 255 /* 0377 is unsigned, which may cause problems */