asmachina 0.1.0

Machine W emulator core - 16-bit architecture with full instruction set support
Documentation
1
2
3
4
5
6
7
8
9
10
mod unit {
    pub mod machine_tests;
    pub mod instruction_tests;
    pub mod stack_tests;
    pub mod interrupt_tests;
    pub mod io_tests;
    pub mod error_tests;
}

pub use unit::*;