Skip to content

mishazawa/Lc3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lc3

Little Computer 3 VM

# run default HW program
make exec

# run custom program 
go run main.go -exec=<path to .obj file>

# repl 
go run main.go
# then type 'help'

Example programs

Rogue

2048

Tutorial by @justinmeiners. Thanks

Other

Online emulator