diff --git a/daily-log.md b/daily-log.md index 9966529..39c8193 100644 --- a/daily-log.md +++ b/daily-log.md @@ -1,5 +1,13 @@ # Daily Logs +## 2026-01-19 (Mon) - Nand2Tetris Unit 2 + +**Tasks:** Finalize the ALU. +**Blocker:** Not quite sure how to get started. +**Lesson:** Learned how to implement it and it worked flawlessly. The syntax was the tricky part and some of the end gates. It finally clicked during the process of working on it and that it was a pipeline and not data that was flowing parallel. I keep thinking as a programmer, looking for if statements and such, but i get through it. It was a nice feeling to get it working. +**Tomorrow:** Unit 3 beginning. +**Time Spent:** 90m + ## 2026-01-16 (Fri) - Nand2Tetris Unit 2. **Tasks:** Implmenting the ALU chips in HDL.