Implements stage 6: tests passing

This commit is contained in:
2025-11-06 18:38:32 +01:00
parent 2ee9cc66b9
commit 1c829366de
10 changed files with 99 additions and 11 deletions

15
bench/tests/op/slti.s Normal file
View File

@@ -0,0 +1,15 @@
# expected: 00000000, 00000001, 00000001, 00000000
.text
_start:
addi x1, x0, (-1)
slti x31, x1, (-37)
addi x1, x0, (-37)
slti x31, x1, (-1)
addi x1, x0, (-38)
slti x31, x1, 29
addi x1, x0, 129
slti x31, x1, (-7)