blob: 1f2372c53440523ee49c36a6fdbb0dc31f2c0832 [file] [log] [blame]
.globl _start
_start:
la sp, __stack_end__
la ra, main
jalr ra
0: wfi
j 0b