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