Sloopy3333 / lc3-vm

LC-3 VM implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LC3 VM

A educational implementation of the LC-3 Virtual machine in C

Running

download 2028 or Rogue obj file.

 make
./lc3 path to obj file

Sources

Tutorial Specifications

About

LC-3 VM implementation in C


Languages

Language:C 99.6%Language:Makefile 0.4%