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