项目作者: debjitbis08
项目描述 :
Online 8085 simulator
高级语言: C
项目地址: git://github.com/debjitbis08/sim8085.git
Sim8085
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.
- Line by line execution.
- Opcode listing view.
Screenshot

Development
Steps
- Follow the instructions on the Emscripten Download and install page.
- Do
pnpm install
. - Do
pnpm dev
to start the development server.
Building Assembler and Simulator changes
- Do
pnpm build-emulator
to build the simulator. - Commit the changed files.
Production Build
- Build assembler and simulator code.
- Do
pnpm build
to build the UI. - Built code should be available in
dist
.