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