mach2.c 648 B

1234567891011121314151617181920212223242526272829303132
  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. * Mostek 6500 tokens.
  8. */
  9. %token <y_word> A
  10. %token <y_word> X
  11. %token <y_word> Y
  12. %token <y_word> EXTENSION
  13. %token <y_word> ADDOP
  14. %token <y_word> ROLOP
  15. %token <y_word> BRAOP
  16. %token <y_word> BITOP
  17. %token <y_word> NOPOP
  18. %token <y_word> CPXOP
  19. %token <y_word> INCOP
  20. %token <y_word> JMPOP
  21. %token <y_word> JSROP
  22. %token <y_word> LDXOP
  23. %token <y_word> LDYOP
  24. %token <y_word> STXOP
  25. %token <y_word> STYOP
  26. %token <y_word> PSEU
  27. %type <y_word> addop
  28. %nonassoc EXTENSION