mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
15 lines
332 B
D
15 lines
332 B
D
#as: --64
|
|
#ld: -shared -melf_x86_64
|
|
#objdump: -drw
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+[a-f0-9]+ <bar>:
|
|
[ ]*[a-f0-9]+: 48 8d 05 ([0-9a-f]{2} ){4} * lea 0x[a-f0-9]+\(%rip\),%rax # [a-f0-9]+ <.*>
|
|
[ ]*[a-f0-9]+: 8b 00 mov \(%rax\),%eax
|
|
[ ]*[a-f0-9]+: c3 ret
|
|
#pass
|