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 301
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