Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-or1k/pltlib.s
2023-03-06 14:48:14 +01:00

13 lines
152 B
ArmAsm

.section .data
.globl x, y
.size x, 4
x: .long 33
y: .long 44
.section .text
.align 4
.global func
.type func, @function
func:
l.jr r9
l.nop