cvw/examples/asm/example/example.S
2021-12-25 06:35:36 -08:00

8 lines
108 B
ArmAsm

.section .text.init
.globl rvtest_entry_point
rvtest_entry_point:
li a0, 42
self_loop:
j self_loop