Pristine Ack-5.5
[Ack-5.5.git] / mach / 6500 / as / mach2.c
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: mach2.c,v 3.3 1994/06/24 12:54:01 ceriel Exp $"
6
7 /*
8  * Mostek 6500 tokens.
9  */
10
11 %token <y_word> A
12 %token <y_word> X
13 %token <y_word> Y
14 %token <y_word> EXTENSION
15 %token <y_word> ADDOP
16 %token <y_word> ROLOP
17 %token <y_word> BRAOP
18 %token <y_word> BITOP
19 %token <y_word> NOPOP
20 %token <y_word> CPXOP
21 %token <y_word> INCOP
22 %token <y_word> JMPOP
23 %token <y_word> JSROP
24 %token <y_word> LDXOP
25 %token <y_word> LDYOP
26 %token <y_word> STXOP
27 %token <y_word> STYOP
28 %token <y_word> PSEU
29
30 %type <y_word> addop
31
32 %nonassoc EXTENSION