nayuta-ai / nand2tetris

0 stars 0 forks source link

Report #5

Open nayuta-ai opened 1 year ago

nayuta-ai commented 1 year ago

Background

Engineers need to understand the low layers. The nand2tetris project takes from implementing NAND gates to running the Tetris application all the way through. This project aims to acquire a complete set of CS technologies.

Goal

This issue will be closed when I finish the nand2tetris. I will acquire a complete set of CS technologies.

Approach

Overview (What, How)

I will read nand2tetris and implement all components using nand2tetris. Until 7/8, I will read chapter 1 and complete the implementation of the relevant part of chapter 1. Until 7/12, I will read chapter 2 and complete the implementation of the relevant part of chapter 2.

Todo

Frequency

Every week

Deadline

2022/10

References

None

Notes

None

nayuta-ai commented 1 year ago

I finished chapter 4. As for fill.asm, I couldn't solve it on my own, so I used this as a reference for my answer. Also, I modified PR#1. Please comment about my code. Next week, I will implement chapter 5 of the nand2tetris project.