mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
24 lines
335 B
Makefile
24 lines
335 B
Makefile
#name: MIPS relax-jalr n32
|
|
#source: relax-jalr.s
|
|
#as: -KPIC
|
|
#objdump: --prefix-addresses -d --show-raw-insn
|
|
#ld:
|
|
|
|
.*: file format elf.*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
\.\.\.
|
|
\.\.\.
|
|
.* lw t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|
|
.* lw t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|
|
.* lw t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|