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