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