iz80
Z80 Emulator library for RUST. It passes all the tests of the ZEZALL suite. No cycle emulation accuracy, runs as fast as it can.
To run the ZEXALL test suite:
cargo test --release -- --nocapture --ignored
To run Tiny Basic (from cpuville):
cargo run --bin cpuville
Usage
See cpuville.rs or the CP/M 2.2 emulator iz-cpm for more usage examples.
To run ths example, execute: cargo run --bin simplest
use *;