Skip to content

A pure Go implementation of the LC3 virtual CPU

Notifications You must be signed in to change notification settings

TorNATO-PRO/lc3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A pure Go implementation of the LC3 virtual CPU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages