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