Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 269 Bytes

Simple LC3 VM written in Go. Based on this article.

Compile:

go build

Run:

lc3-vm path-to-image 

Run from source:

go run main.go path-to-image