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