cvw/examples/asm/example/example.S

8 lines
108 B
ArmAsm
Raw Normal View History

2021-12-18 01:45:26 +00:00
.section .text.init
.globl rvtest_entry_point
rvtest_entry_point:
2021-12-18 01:45:26 +00:00
li a0, 42
self_loop:
j self_loop