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