ref: 020a6282c06e9f61517d8a37495d888ec7527808 dir: /crt/amd64-linux/crt.s/
.file "crt.as" .text .global _start _start: call main movl %eax, %edi call exit