From 7728397e9c09a3be32b651a4711b706ef78187c5 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 15 Jan 2026 09:40:46 +0100 Subject: [PATCH] feat: daily log --- daily-log.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/daily-log.md b/daily-log.md index 8025326..cfb626d 100644 --- a/daily-log.md +++ b/daily-log.md @@ -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.