This crate provides an emulator for the i8051 microcontroller.
use i8051::Cpu; let mut cpu = Cpu::new();