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