Stage 6: implementation, untested

This commit is contained in:
2025-11-06 16:18:01 +01:00
parent 1462563e39
commit 2779471523
9 changed files with 180 additions and 32 deletions

9
bench/op/andi.s Normal file
View File

@@ -0,0 +1,9 @@
# expected: 00000000, 00000010
.text
_start:
addi x1, x0, 0x100
andi x31, x1, 0x0FF
addi x1, x0, -1
andi x31, x1, 0x010