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