URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-arm/] [arm-app-abs32.s] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
.text .globl _start _start: mov ip, sp stmdb sp!, {r11, ip, lr, pc} ldr a1, .Lval ldmia sp, {r11, sp, lr} bx lr .Lval: .long lib_func1 .globl app_func2 app_func2: bx lr
Go to most recent revision | Compare with Previous | Blame | View Log