working emulator UI - just need to implement the instruction set

This commit is contained in:
2025-06-15 00:39:08 +01:00
parent 68c8da4271
commit 4e9cc2849e
16 changed files with 5219 additions and 56 deletions
+2
View File
@@ -8,3 +8,5 @@ name = "dsa_rs"
path = "src/lib.rs"
[dependencies]
eframe = "0.31.1"
egui = "0.31.1"