This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/objdump-nasm/no-show-raw-isns.dump
2021-12-28 15:55:51 +01:00

16 lines
No EOL
329 B
Text

foo.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <foo>:
0: endbr64
4: push rbp
5: mov rbp,rsp
8: sub rsp,0x10
c: mov DWORD PTR [rbp-0x4],edi
f: lea rdi,[rip+0x0] # 16 <foo+0x16>
16: call 1b <foo+0x1b>
1b: mov eax,0x0
20: leave
21: ret