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