Device table added to IO Port 0xFF.

This commit is contained in:
Anachronaut
2026-08-15 01:01:21 -04:00
parent 6d1966d500
commit c4b2c27a2d
6 changed files with 199 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
00 02 00
10 10 00
FF 01 00
05 00 00
Execution halted after 440 cycles.
[exit 0]
+3
View File
@@ -46,6 +46,9 @@ dispatchTest | testPrograms/dispatchTest.asm | run | -
# ---- Moving an ALU result back into an operand register ----
moveQTest | testPrograms/moveQTest.asm | run | - | -
# ---- Asking the machine what it is made of ----
registryTest | testPrograms/registryTest.asm | run | - | -
# ---- Moving the cursor along ----
paddingTest | testPrograms/paddingTest.asm | run | - | -