This project simulates the 8085 microprocessor entirely in your browser.
The original project is obsolete, but the processor still enjoys some popularity especially at universities. The way the original project was created is not state of the art anymore. Also the user expirience is not the best. SO the idea was born to recreate the functionallity with a better application architecture and a modern ui.
volta install node@20
volta install pnpm
git clone git@github.com:thetodd/react-8085.git
cd react-8085
pnpm install
pnpm run preview
Visit http://localhost:5173 in your browser.
The tool is fully operated via your browser.
See CONTRIBUTING.md
for more information how you can contribute features and code changes.
Distributed unter the MIT License. See LICENSE.txt
for more information.