fixed a couple of emulator bugs, including fixing shift instructions. finished implementing lib/io/print/print_hex_byte and print_hex_word

This commit is contained in:
2025-06-25 16:22:32 +01:00
parent c171b0db89
commit 1101331f70
9 changed files with 162 additions and 124 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ start:
stw rg0, idr, 4
lli 0x20, rg0
lwi 0x1234abcd, rg0
push rg0
call print::print_hex_byte
call print::print_hex_word
pop zero
hlt