Skip to content

thetodd/react-8085

Repository files navigation

8085 Microprocessor Simulation

This project simulates the 8085 microprocessor entirely in your browser.

About the project

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.

Getting started

Prerequisites

volta install node@20
volta install pnpm

Installation

git clone git@github.com:thetodd/react-8085.git
cd react-8085
pnpm install
pnpm run preview

Visit http://localhost:5173 in your browser.

Usage

The tool is fully operated via your browser.

Contributing

See CONTRIBUTING.md for more information how you can contribute features and code changes.

License

Distributed unter the MIT License. See LICENSE.txt for more information.