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

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

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 C

You 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