This package provides an emulator for the Intel 8080 microprocessor. It models only the chip itself and can be supported with any value that supports the published Harness trait.
The package supports compiling without the "std" feature to remove dependencies on the std crate. This will require supplying a replacement panic handler and allocator.
You can also build with the "cpp" feature (and generally the --no-default-features
flag) to include external bridge code for using it as a library in C++ projects.
Lemurs is intended to be a collection of chip emulation packages. Currently only the i8080 is supported.