Pristine Ack-5.5
[Ack-5.5.git] / mach / z80 / 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 13:54:46 ceriel Exp $"
6
7 /*
8  * Zilog Z80 tokens
9  */
10 %token <y_word> R8
11 %token <y_word> R16
12 %token <y_word> CC
13 %token <y_word> NOOPOP
14 %token <y_word> E_ED
15 %token <y_word> LDOP
16 %token <y_word> PSHPOP
17 %token <y_word> EXOP
18 %token <y_word> ADDOP
19 %token <y_word> ADCSBC
20 %token <y_word> INCDEC
21 %token <y_word> ARI8
22 %token <y_word> IMOP
23 %token <y_word> ROTATE
24 %token <y_word> BITS
25 %token <y_word> JP
26 %token <y_word> JR
27 %token <y_word> DJNZ
28 %token <y_word> CALL
29 %token <y_word> RET
30 %token <y_word> RST
31 %token <y_word> IN
32 %token <y_word> OUT
33
34 %type <y_word> ari8 r8 indir index ind coco