mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
24 lines
362 B
D
24 lines
362 B
D
|
#name: MIPS relax-jalr-shared n64
|
||
|
#source: relax-jalr.s
|
||
|
#as: -KPIC -64 -EB
|
||
|
#objdump: --prefix-addresses -d --show-raw-insn
|
||
|
#ld: --relax -shared -melf64btsmip
|
||
|
|
||
|
.*: file format elf.*mips.*
|
||
|
|
||
|
Disassembly of section \.text:
|
||
|
\.\.\.
|
||
|
\.\.\.
|
||
|
.* ld t9,.*
|
||
|
.* jalr t9
|
||
|
.* nop
|
||
|
\.\.\.
|
||
|
.* ld t9,.*
|
||
|
.* jalr t9
|
||
|
.* nop
|
||
|
\.\.\.
|
||
|
.* ld t9,.*
|
||
|
.* bal .* <__start>
|
||
|
.* nop
|
||
|
\.\.\.
|