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