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