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
+1 -1
View File
@@ -5,5 +5,5 @@
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
}