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