mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 22:51:01 +00:00
24 lines
381 B
Makefile
24 lines
381 B
Makefile
#name: MIPS relax-jalr n64
|
|
#source: relax-jalr.s
|
|
#as: -march=from-abi -KPIC -64 -EB
|
|
#objdump: --prefix-addresses -d --show-raw-insn
|
|
#ld: --relax -melf64btsmip
|
|
|
|
.*: file format elf.*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
\.\.\.
|
|
\.\.\.
|
|
.* ld t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|
|
.* ld t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|
|
.* ld t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|