![]() |
Intel 8051 microcontroller emulator - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: General (https://python-forum.io/forum-1.html) +--- Forum: Code sharing (https://python-forum.io/forum-5.html) +--- Thread: Intel 8051 microcontroller emulator (/thread-37006.html) |
Intel 8051 microcontroller emulator - estarq - Apr-22-2022 I made this app as a BE thesis. It's using Brython to make Python work in Chromium (Electron) and React with Material-UI for the front-end. It's supposed to be rendered in a fixed-sized Electron window, so it may not look the best in a browser.. and it takes a while to load. Repo: https://github.com/estarq/i8051emu/ Web version: https://estarq.github.io/i8051emu/ |