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