URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-maxq/] [addend.s] - Rev 359
Go to most recent revision | Compare with Previous | Blame | View Log
; Addend check testcases ; inderpreetb@noida.hcltech.com .global _main _main: _buf0: .long 0x5678 _buf1: .long 0x1234 _start: nop nop move A[0], _buf1+2 move A[0], _buf1-2 call _buf0+8 call _buf1+2
Go to most recent revision | Compare with Previous | Blame | View Log