mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-23 15:32:26 +00:00
17 lines
303 B
Makefile
17 lines
303 B
Makefile
#as: --64
|
|
#ld: -shared -melf_x86_64
|
|
#objdump: -drw
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+[a-f0-9]+ <foo>:
|
|
[ ]*[a-f0-9]+: c3 retq
|
|
|
|
0+[a-f0-9]+ <bar>:
|
|
[ ]*[a-f0-9]+: e8 fa ff ff ff callq [a-f0-9]+ <foo>
|
|
[ ]*[a-f0-9]+: c3 retq
|
|
#pass
|