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