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