https://github.com/wantguns/lc3-vm
A VM for the LC-3 Architecture
https://github.com/wantguns/lc3-vm
Last synced: 3 months ago
JSON representation
A VM for the LC-3 Architecture
- Host: GitHub
- URL: https://github.com/wantguns/lc3-vm
- Owner: wantguns
- Created: 2022-01-03T07:08:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T09:19:21.000Z (over 3 years ago)
- Last Synced: 2025-01-26T20:09:34.530Z (4 months ago)
- Language: C
- Size: 320 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
LC-3 Virtual Machine
====================This is a proof-of-concept Virtual Machine for the LC-3 Architecture
written in CYou can play with it on Unix like operating systems:
$ make
The default game is 2048, but you can essentially load any object file
for the LC-3Architecture.Credits
-------This PoC was made by following the excellent literate progam by Justin
Meiners --
https://justinmeiners.github.io/lc3-vm