Try it online available on https://rokkerruslan.github.io/ page.
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.
$ git clone https//github.com/rokkerruslan/i8080 && cd i8080
$ ./app start
You see host/port when local dev server starts.
todo: link on references
- Simple using Intel 8080 emulator.
- Historic assembler.
- Debugger.
- Production ready platform
- Performance optimization
- expressions evaluation
- collections page
- reverse debugger (step backward)
- i/o support
Just run
$ ./app test
I don't know why, but if you want any pull requests are welcome :)