mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-14 21:35:02 +01:00
start tests
This commit is contained in:
parent
ca565ddeb3
commit
0af012d43a
10 changed files with 412 additions and 118 deletions
6
tests/check/smoke.s
Normal file
6
tests/check/smoke.s
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.section .text
|
||||
.globl _start
|
||||
_start:
|
||||
li a7, -1
|
||||
li a0, 1
|
||||
ecall
|
||||
Loading…
Add table
Add a link
Reference in a new issue