Stub out reading registers and memory

This commit is contained in:
2025-01-01 18:15:41 -05:00
parent 9519897711
commit d016538408
5 changed files with 97 additions and 24 deletions
+1
View File
@@ -9,6 +9,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
atoi = "2"
bitflags = { version = "2", features = ["serde"] }
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }