15 lines
378 B
Makefile
15 lines
378 B
Makefile
#ld: --no-relax
|
|
#objdump: -d
|
|
|
|
.*:[ ]+file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
[ ]*00000001200000e8 <_start>:
|
|
[ ]+1200000e8:[ ]+14000004[ ]+lu12i.w[ ]+\$a0, 0
|
|
[ ]+1200000ec:[ ]+03802085[ ]+ori[ ]+\$a1, \$a0, 0x8
|
|
[ ]+1200000f0:[ ]+14000004[ ]+lu12i.w[ ]+\$a0, 0
|
|
[ ]+1200000f4:[ ]+02c02085[ ]+addi.d[ ]+\$a1, \$a0, 8
|
|
[ ]+1200000f8:[ ]+4c000020[ ]+ret
|