Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 472 Bytes

LC3 Virtual CPU

This is a pure Go implementation of the LC3 Virtual CPU found here with zero dependencies other than the Go standard library.

Usage

go build -o lc3 main.go ./lc3 <some-binary-file>

Binaries

  1. 2048
  2. Rogue

Feel free to let me know if there is anything I can do to improve my implementation!