cvw/examples/exercises/3p1/3p1.S
2025-02-08 07:59:02 -08:00

11 lines
146 B
ArmAsm

.section .text.init
.globl rvtest_entry_point
rvtest_entry_point:
li t0, 0x42
li t1, 0xED
add t2, t0, t1
self_loop:
j self_loop