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