Skip to content

janlaff/pic16f8x_emu

Repository files navigation

pic16f8x_emu

This is my personal implementation of an emulator for the PIC16F8X architecture.

alt text

You can try the live version right now in your browser

Features:

  • Written in pure rust
  • Multithreaded native frontend web application

Used technologies

CPU Emulation:

Dependencies

Build & Run

$ npm install
$ npm run start:dev