ft: initial disasm of example data
This only contains two instructions of which I know the correct output.
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "mimix-8086-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
env = "1.0.1"
|
||||
env_logger = "0.11.8"
|
||||
log = "0.4.27"
|
||||
Reference in New Issue
Block a user