1987-03-09 19:15:41 +00:00
|
|
|
/*
|
|
|
|
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
|
|
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
|
|
*/
|
1994-06-24 14:02:31 +00:00
|
|
|
#define RCSID2 "$Id$"
|
1985-06-10 16:57:01 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Signetics 2650 tokens
|
|
|
|
*/
|
|
|
|
%token <y_word> REG
|
|
|
|
%token <y_word> NOOP
|
|
|
|
%token <y_word> CC
|
|
|
|
%token <y_word> INDE
|
|
|
|
%token <y_word> ZERO
|
|
|
|
%token <y_word> ZEROX
|
|
|
|
%token <y_word> IMMED
|
|
|
|
%token <y_word> REL
|
|
|
|
%token <y_word> ABSO
|
|
|
|
%token <y_word> PSWM
|
|
|
|
%token <y_word> RET
|
|
|
|
%token <y_word> BRANCR
|
|
|
|
%token <y_word> BRANCRX
|
|
|
|
%token <y_word> BRANCA
|
|
|
|
%token <y_word> BRANCAX
|
|
|
|
%token <y_word> BRANRA
|
|
|
|
%token <y_word> ZBRR
|
|
|
|
%token <y_word> BXSA
|