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