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