rve/example/boot.s

6 lines
72 B
ArmAsm

.globl _boot
_boot:
li x2, 0x80000
call main
sbreak
j .