.global mystart mystart: /* = NEON setup */ mov x1, #(0x3 << 20) msr cpacr_el1, x1 isb ldr x0, =stack_top mov sp, x0 bl main mov x0, #0 bl exit