Commit Graph

4 Commits

Author SHA1 Message Date
c39ce212b4 Simplify comments to be more concise and student-like
- Removed verbose explanations
- Made comments shorter and more casual
- Focus on key concepts rather than formal descriptions
2025-08-28 15:11:48 +02:00
ecdc6ab2bc Refactor: Use simple tmp variable names instead of descriptive ones
- Changed nandOut -> tmp
- Changed notA, notB -> tmp1, tmp2
- Changed descriptive names -> tmp1, tmp2, tmp3, etc.

Makes code cleaner and more concise while maintaining functionality.
2025-08-28 14:39:07 +02:00
ad5f774ae0 Implement basic logic gates: Not, And, Or, Xor, Mux, DMux 2025-08-27 19:07:20 +02:00
beb668806a Initial commit: Project 0 completed, Project 1 skeleton files 2025-08-27 19:05:53 +02:00