rve/example/boot.s

7 lines
71 B
ArmAsm
Raw Normal View History

2024-12-06 23:50:21 +00:00
.globl _boot
_boot:
li x2, 0x8000
call main
2024-12-06 23:50:21 +00:00
sbreak
j .