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

13 lines
150 B
ArmAsm

.set mips16
.globl __start
.ent __start
.align 4
__start:
.frame $sp,24,$31
save 24,$31
jal x+8
jal y+8
restore 24,$31
j $31
.end __start