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