cvw/examples/exercises/8p3/8p3.S
2025-05-27 03:14:16 -07:00

9 lines
173 B
ArmAsm

.section .text.init
.globl rvtest_entry_point
rvtest_entry_point:
li t0, 32 # 1 in bit 5
csrs mstatush, t0 # set bit 5 (mstatush.MBE)
self_loop:
j self_loop