Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianscott/lc3-emulator

Emulator for LC3 https://en.wikipedia.org/wiki/Little_Computer_3
https://github.com/christianscott/lc3-emulator

emulator lc3

Last synced: 2 days ago
JSON representation

Emulator for LC3 https://en.wikipedia.org/wiki/Little_Computer_3

Awesome Lists containing this project

README

        

# lc3-emulator

> Emulator for LC3 https://en.wikipedia.org/wiki/LC-3

## TODO

- [ ] assembler
- [x] lex
- [ ] parse
- [ ] assemble to machine-readable instructions
- [ ] render instructions to bytes
- [ ] emulator
- [x] parse machine instructions in byte form
- [ ] execute instructions