Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-mips-elf/mips16-call-global-2.s
2023-03-06 14:48:14 +01:00

9 lines
80 B
ArmAsm

.set mips16
.globl x
.ent x
.type x,@function
.align 4
x:
jr $31
.end x