1 2 3 4 5 6 7 8 9
.section .text .global _start _start: mov x0, sp adrp x1, main add x1, x1, :lo12:main bl __mlibc_entry .section .note.GNU-stack,"",%progbits