I\'m trying to generate a static executable for this program (with musl):
main.asm:
.section .text .global main main: mov $msg1, %rdi mov