ref: 563f6cff7bec0a6c084721d6a46bdd0e88d6d78c dir: /crt/amd64-linux/crt.s/
.file "crt.as" .text .global _start _start: call main movl %eax, %edi call exit