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