1
0
mirror of https://github.com/openhwgroup/cvw synced 2025-02-11 06:05:49 +00:00
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