This is my personal implementation of an emulator for the PIC16F8X architecture.
You can try the live version right now in your browser
- Written in pure rust
- Multithreaded native frontend web application
- Rust Compiler (https://www.rust-lang.org/tools/install)
- Rust nightly toolchain (
rustup install nightly
) - NPM (https://nodejs.org)
$ npm install
$ npm run start:dev