ref: d481312cf28aa0d662f5699c33e6f1f4c0061bee dir: /lib/crt/amd64-sysv-linux/crt.s/
.file "crt.s" .text .global _start _start: call main movl %eax, %edi jmp exit