*** empty log message ***
This commit is contained in:
19
mach/i80/as/mach2.c
Normal file
19
mach/i80/as/mach2.c
Normal file
@@ -0,0 +1,19 @@
|
||||
#define RCSID2 "$Header$"
|
||||
|
||||
/*
|
||||
* Intel 8080 tokens
|
||||
*/
|
||||
%token <y_word> REG
|
||||
%token <y_word> NOOPOP
|
||||
%token <y_word> DSTOP
|
||||
%token <y_word> SRCOP
|
||||
%token <y_word> D8OP
|
||||
%token <y_word> D16OP
|
||||
%token <y_word> R16OP
|
||||
%token <y_word> MOV
|
||||
%token <y_word> MVI
|
||||
%token <y_word> LXI
|
||||
%token <y_word> RST
|
||||
%token <y_word> STLDAX
|
||||
|
||||
%type <y_word> r16 r8
|
||||
Reference in New Issue
Block a user