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