i8051 0.1.1

An emulator for the i8051 microcontroller.
Documentation
1
2
3
4
5
6
7
8
mod cpu;
pub mod memory;
mod regs;
pub mod sfr;

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