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