OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [tic54x/] [set.s] - Rev 215

Go to most recent revision | Compare with Previous | Blame | View Log

* symbol .set value
* symbol .equ value
* These two are completely interchangeable
	.global AUX_R1, INDEX, LABEL, SYMTAB, NSYMS
AUX_R1	.set	AR1			
	STM	#56h, AUX_R1		
INDEX	.equ	100/2 +3		
	ADD	#INDEX,A		
LABEL	.word	10			
SYMTAB	.set	LABEL + 1
NSYMS	.set	INDEX
	.word	NSYMS			
	.end
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.