Skip to content

debjitbis08/sim8085

Folders and files

NameName
Last commit message
Last commit date

Latest commit

174ab2a · Apr 23, 2025
Dec 6, 2024
Sep 17, 2024
Dec 1, 2024
Oct 8, 2024
Apr 23, 2025
Nov 29, 2024
Nov 29, 2024
Apr 23, 2025
Sep 17, 2024
Oct 13, 2024
Oct 13, 2024
Nov 16, 2024
Apr 23, 2025
Apr 22, 2025
Nov 11, 2024
Nov 29, 2024
Oct 21, 2024
Oct 21, 2024
Sep 21, 2024

Repository files navigation

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.