Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debjitbis08/sim8085
Online 8085 simulator
https://github.com/debjitbis08/sim8085
8080 8085 assembler electronics emulator engineering simulator students
Last synced: about 18 hours ago
JSON representation
Online 8085 simulator
- Host: GitHub
- URL: https://github.com/debjitbis08/sim8085
- Owner: debjitbis08
- License: bsd-3-clause
- Created: 2013-01-30T09:48:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T15:36:30.000Z (12 days ago)
- Last Synced: 2024-12-17T11:13:16.799Z (6 days ago)
- Topics: 8080, 8085, assembler, electronics, emulator, engineering, simulator, students
- Language: JavaScript
- Homepage: https://www.sim8085.com
- Size: 12.4 MB
- Stars: 113
- Watchers: 9
- Forks: 41
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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](https://emscripten.org/docs/getting_started/downloads.html) page.
2. Do `pnpm install`.
3. Do `pnpm dev` to start the development server.### Building Assembler and Simulator changes
4. Do `pnpm build-emulator` to build the simulator.
5. 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`.