rve/example/boot.s

6 lines
71 B
ArmAsm

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