Skip to content

tux2603/lc3animals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lc3animals

An animal guessing game for the LC3

How to use

First, make sure that you have the CLI assembler and simulator for the LC3 installed and in your path. The simulator can be downloaded here. After installing and setting up the simulator, run make in the project directory to assemble the code. After the assembly is done, run make run to run the program.

If you want to use some other LC3 simulator, you will need to load the lc3os.obj and animals.obj files and set the program counter to x3000. The animals.obj file can be created by assembling the animals.asm file, eg by running lc3as animals.asm.

About

An animal guessing game for the LC3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published