Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christianscott/lc3-emulator
- Owner: christianscott
- Created: 2019-04-27T10:08:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T14:42:27.000Z (about 5 years ago)
- Last Synced: 2025-01-15T18:25:53.625Z (12 days ago)
- Topics: emulator, lc3
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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