Sim8085 is a online development environment for Intel 8085 microprocessor. It is hosted at https://www.sim8085.com.
- Editor with syntax highlighting.
- Viewing and editing of registers, flags and memory.
- Line by line execution.
- Opcode listing view.
- Follow the instructions on the Emscripten Download and install page.
- Do
pnpm install
. - Do
pnpm dev
to start the development server.
- Do
pnpm build-emulator
to build the simulator. - Commit the changed files.
- Build assembler and simulator code.
- Do
pnpm build
to build the UI. - Built code should be available in
dist
.