Skip to content

ziggy42/gLC3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gLC3

LC-3 VM written in Go. Inspired by Write your Own Virtual Machine.

Build

export GOPATH=$(pwd)
go build github.com/ziggy42/LC3

Run

./LC3 /path/to/object

Compile a program

docker build -t lc3compiler .
docker run --rm -ti -v $(pwd):/data lc3compiler /data/programs/hello-world.asm

About

LC-3 VM written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published