rve/example/boot.s

7 lines
75 B
ArmAsm
Raw Normal View History

2024-12-06 23:50:21 +00:00
.globl _boot
_boot:
2024-12-15 16:44:39 +00:00
li x2, 0x80080000
call main
2024-12-06 23:50:21 +00:00
sbreak
j .