Nand2Tetris Unit 05 - Wiring the Memory

Task

Took a break from the CPU and focused on the Memory which the Project description actually recommended.

Blocker

Not quite sure how to implemenent it.

Lesson

Read and skimmed some of the material, which helped a lot. Got it working which I was pretty stoked about. Had to figure out how to differentiate between the Ram16K, Ram8K & Keyboard addresses in the long memory hierarchy, Binary translation! Check for the 14th and 13th bit in the byte to see where it's location is. Pretty slick.

Tomorrow

Continue with the CPU. Hopefully finalize it.

70m