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