Skip to content

Woozl/lc3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3 Assembly Programs

diamond.asm

A maze game with collision detection and timer. The diamond color can be changed by pressing r, g, b, y, or space.

diamond


rain.asm

A rain cloud with looping raindrops. The color of the drops can be changed with r, g, b, y, and space. The screen can be cleared by pressing enter.

rain


add5.asm

Adds five 1 digit numbers entered by the user and displays the sum.

add5


countOnes.asm

Counts the numbers of ones in the binary form of the entered ASCII character.

a: 01100001
r: 01110010
s: 01110011

countOnes

About

Collection of LC3 Assembly Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published