sim8085
sim8085 copied to clipboard
Online 8085 simulator
Sim8085
:warning: Major refactor in progress. All issues and bugs will be handled with the refactoring.
Sim8085 is a online development environment for Intel 8085 microprocessor. It is hosted at https://www.sim8085.com.
Features
- Editor with syntax highlighting.
- Viewing and editing of registers, flags and memory.
- Debugging code with breakpoints.
- Opcode listing view.
Screenshot
Development
Steps
- Download and install emscripten prerequisites using the instructions here.
- Do
yarn install. - Do
yarn startto start the development server.
Building Assembler and Simulator changes
- Do
yarn build-assemblerto build the assembler code. - Do
yarn build-emulatorto build the simulator. - Commit the changed files.
Production Build
- Build assembler and simulator code.
- Do
yarn buildto build the UI. - Built code should be available in
dist.