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