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