feat: daily log

This commit is contained in:
2026-01-22 08:35:33 +01:00
parent af336a716f
commit ee1ec17a20

View File

@@ -1,5 +1,13 @@
# Daily Logs # Daily Logs
## 2026-01-22 - (Thu) Nand2Tetris Unit
**Tasks:** Finalize the reading on Unit 3 and start the project.
**Blocker:** Full understanding of what happened.I kind of got it at the end when I implemented the RAM8. The bit & register made sense, but was struggling a little bit with RAM implementation. Had to figure out how to route things the right way. dMux8Way and Mux8Way.
**Lesson:** Learned of RAM implementation and how they stack on top if each other. Just like many other things in computer architecture. It's awesome. bit-register -> 16bit-register -> RAM8 and so on. Everything made sense when I was reading and watching the videos, but as soon as I had to implement it, I blanked. That's okay I think. Piecing it together.
**Tomorrow:** Finalize the project.
**Time Spent:** 90m
## 2026-01-21 - (Wed) - Nand2Tetris Unit 3 ## 2026-01-21 - (Wed) - Nand2Tetris Unit 3
**Tasks:** Watching the final videos of Unit 3 and reading the material. **Tasks:** Watching the final videos of Unit 3 and reading the material.