https://github.com/rokkerruslan/i8080
Intel 8080 Assembler & Debugger
https://github.com/rokkerruslan/i8080
assembler crazy debugger emulator intel8080
Last synced: 5 months ago
JSON representation
Intel 8080 Assembler & Debugger
- Host: GitHub
- URL: https://github.com/rokkerruslan/i8080
- Owner: rokkerruslan
- Created: 2019-10-12T10:54:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T15:46:23.000Z (about 3 years ago)
- Last Synced: 2023-07-01T16:46:08.587Z (about 3 years ago)
- Topics: assembler, crazy, debugger, emulator, intel8080
- Language: TypeScript
- Size: 1.42 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intel 8080 Core Emulator & Assembler & Debugger
Try it online available on [https://rokkerruslan.github.io/](https://rokkerruslan.github.io/) page.

## Quick start
Application (include emulator, assembler and debugger)
can work without any server or database service. Just
download source code, and run script. You need node
and yarn to download dependencies and run application.
```bash
$ git clone https//github.com/rokkerruslan/i8080 && cd i8080
$ ./app start
```
You see host/port when local dev server starts.
## Help for assembler language
todo: link on references
## Goals:
- Simple using Intel 8080 emulator.
- Historic assembler.
- Debugger.
## Non goals:
- Production ready platform
- Performance optimization
## Todo
- expressions evaluation
- collections page
- reverse debugger (step backward)
- i/o support
## Tests
Just run
```bash
$ ./app test
```
## Contributing
I don't know why, but if you want any pull requests are welcome :)