mach2.c 606 B

123456789101112131415161718192021222324252627
  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 RCSID2 "$Id$"
  6. /*
  7. * Signetics 2650 tokens
  8. */
  9. %token <y_word> REG
  10. %token <y_word> NOOP
  11. %token <y_word> CC
  12. %token <y_word> INDE
  13. %token <y_word> ZERO
  14. %token <y_word> ZEROX
  15. %token <y_word> IMMED
  16. %token <y_word> REL
  17. %token <y_word> ABSO
  18. %token <y_word> PSWM
  19. %token <y_word> RET
  20. %token <y_word> BRANCR
  21. %token <y_word> BRANCRX
  22. %token <y_word> BRANCA
  23. %token <y_word> BRANCAX
  24. %token <y_word> BRANRA
  25. %token <y_word> ZBRR
  26. %token <y_word> BXSA