cvw/examples/exercises/3p1/3p1.S

11 lines
146 B
ArmAsm
Raw Normal View History

2025-02-08 15:59:02 +00:00
.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