mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
14 lines
247 B
Makefile
14 lines
247 B
Makefile
#name: jalr zero-offset symbols
|
|
#source: disas-jalr.s
|
|
#ld: --no-relax
|
|
#objdump: -d
|
|
|
|
.*:[ ]+file format .*
|
|
|
|
Disassembly of section \.text:
|
|
|
|
.* <_start>:
|
|
#...
|
|
.*:[ ]+fffff097[ ]+auipc[ ]+ra,0xfffff
|
|
.*:[ ]+000080e7[ ]+jalr[ ]+ra # .* <_start>
|