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