forked from Github_Repos/cvw
8 lines
108 B
ArmAsm
8 lines
108 B
ArmAsm
.section .text.init
|
|
.globl rvtest_entry_point
|
|
rvtest_entry_point:
|
|
li a0, 42
|
|
|
|
self_loop:
|
|
j self_loop
|