CPE 315
Professor Stearns
8 bit adder

The 8 bit adder allows CPE 315 students to practice their 8 bit addition and check their work.
It also provides some laboratory problems.

Files:
One bit full adder
fullAdd.h
fullAdd.c
fullAddTest.c

One bit full adder - non module version
fullAddNonModule.c

8 bit adder - constructed with 8 full adders
8bitAdd.h
8bitAdd.c
8bitAddTest.c

makefile