Skip to content

crl-n/Little-Computer-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Little Computer 3

A simple virtual machine based on the Little Computer 3 architecture. I used this excellent tutorial by Justin Meiners and Ryan Pendleton as a guide. If you are interested in learning about virtual machines I recommend you to have a look at it. It is a great introductory resource to the subject.

Usage

Simply clone the repository and use Make to build the project. The binary takes as an argument the path to the image file that is to be run. Image files need to be written for the LC-3 architecture.

lc3 [path to image file]

Here are couple LC-3 programs you may use for testing:
rpendleton/2048
justinmeiners/lc3-rogue

About

A simple virtual machine based on the LC-3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published