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