i8051 0.1.0

An emulator for the i8051 microcontroller.
Documentation
1
2
3
4
5
mod cpu;

pub use cpu::Cpu;
pub use cpu::MemoryMapper;
pub use cpu::PortMapper;