feat: daily log

This commit is contained in:
2026-01-15 09:40:46 +01:00
parent 4b7df49e41
commit 7728397e9c

View File

@@ -1,5 +1,14 @@
# Daily Logs
## 2026-01-15 - Nand2Tetris Unit 2.
**Tasks:** Reading the unit 2 chapter and starting the project 2 tasks.
**Blocker:** Not a lot. Read some parts a couple of times. The theory makes a little bit more sense now. The ALU implementations i'm worried of but lets see. Also the ALU inputs i did not understand fully.
Implemented the HalfAdder but was struggling with the FullAdder.
**Lesson:** HalfAdder, FullAdder, Incrementers and the basics of binary addition and subtraction. Learned about two's complement for negative numbers.
**Tomorrow:** Continue with the project and implementation of the ALU chips.
**Time Spent:** 90m
## 2026-01-14 - Nand2Tetris Unit 2
**Tasks:** Watched the whole Unit 2 on youtube.