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