项目作者: debjitbis08

项目描述 :
Online 8085 simulator
高级语言: C
项目地址: git://github.com/debjitbis08/sim8085.git
创建时间: 2013-01-30T09:48:27Z
项目社区:https://github.com/debjitbis08/sim8085

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Sim8085

Sim8085 is a online development environment for Intel 8085 microprocessor. It is
hosted at https://www.sim8085.com.

Features

  1. Editor with syntax highlighting.
  2. Viewing and editing of registers, flags and memory.
  3. Line by line execution.
  4. Opcode listing view.

Screenshot

Development

Steps

  1. Follow the instructions on the Emscripten Download and install page.
  2. Do pnpm install.
  3. Do pnpm dev to start the development server.

Building Assembler and Simulator changes

  1. Do pnpm build-emulator to build the simulator.
  2. Commit the changed files.

Production Build

  1. Build assembler and simulator code.
  2. Do pnpm build to build the UI.
  3. Built code should be available in dist.