Assume this C code, compiled with gcc file.c:
C
gcc file.c
int main(){ return 0; }
Generated output with objdump:
objdump