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