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