Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-mips-elf/jalx-1.s
2023-03-06 14:48:14 +01:00

15 lines
220 B
ArmAsm

.set noreorder
.set micromips
.ent test
.globl test
test:
jalx test1
nop
.set nomicromips
test1:
addu $3, $4, $5
.end test
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.space 8