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