27 lines
		
	
	
	
		
			610 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			610 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
 | 
						|
 * See the copyright notice in the ACK home directory, in the file "Copyright".
 | 
						|
 */
 | 
						|
#define RCSID2 "$Header$"
 | 
						|
 | 
						|
/*
 | 
						|
 * 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
 |