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

11
bench/tests/op/sltiu.s Normal file
View File

@@ -0,0 +1,11 @@
# expected: 00000001, 00000001, 00000000
.text
_start:
addi x1, x0, 0
sltiu x31, x1, (-1)
addi x1, x0, 98
sltiu x31, x1, 99
addi x1, x0, 99
sltiu x31, x1, 98