This is a pure Go implementation of the LC3 Virtual CPU found here with zero dependencies other than the Go standard library.
go build -o lc3 main.go
./lc3 <some-binary-file>
Feel free to let me know if there is anything I can do to improve my implementation!