CPU can now decode instructions, just waiting on the assembler

This commit is contained in:
2025-06-15 02:34:23 +01:00
parent 4e9cc2849e
commit 53ed41c077
12 changed files with 588 additions and 224 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
pub mod ui;
pub mod system;
pub mod system;
pub mod ui;