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