gcc -c test.c
objdump -M intel -S test.o
و نتیجه هم این خواهد بود:
test.o: file format elf64-x86-64
Disassembly of section .text:
0000000000000000 <f>:
0: 55 push rbp
1: 48 89 e5 mov rbp,rsp
4: b8 7b 00 00 00 mov eax,0x7b
9: 5d pop rbp
a: c3 ret