mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
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
|