blob: 7cb4b6c6d14f5bfc12b72df3916070d853984063 [file] [log] [blame]
.global _start
_start:
ldr x0, =stack_top
mov sp, x0
mov x0, 0
bl main