mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
6ea1bcda2b
This reverts commit 6c5c652ee1
.
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
|