Files
8086-rs/Cargo.toml
Marco Thomas 2af4578c8b ft: initial disasm of example data
This only contains two instructions of which I know
the correct output.
2025-05-07 15:48:44 +09:00

11 lines
188 B
TOML

[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"