rve/example/boot.s

7 lines
72 B
ArmAsm
Raw Normal View History

2024-12-06 23:50:21 +00:00
.globl _boot
_boot:
lui x2, 0x80004
jal main
sbreak
j .