mirror of
https://github.com/soconnor0919/eceg431.git
synced 2026-05-08 09:08:56 -04:00
2b3da7a171
✅ HalfAdder: XOR for sum, AND for carry ✅ FullAdder: Two half adders + OR ✅ Add16: Chain of 16 full adders with carry ✅ Inc16: Add16 with constant 1 ✅ ALU: Complete arithmetic logic unit with all operations Used concise, student-style comments throughout.