rve/example/boot.s

6 lines
75 B
ArmAsm

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