Login  Register

Re: RAM16k

Posted by guerraTron on Jul 07, 2024; 9:50am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/RAM16k-tp4030222p4037995.html

True, you are absolutely right WBahn.
I was building 32K RAM  (8xRAM4K) instead of 16K.

1 Reg = 16xBit,
1 RAM8 = 8xReg (address: 3 bits),
1 RAM64 = 8xRAM8 (address: 3+3),
1 RAM512 = 8xRAM64 (address: 3+6)
1 RAM4K = 8xRAM512 (address: 3+9)
1 RAM16K = 4xRAM4K (address: 2+12)

Now they match me.. THANK YOU!
.. I am a code mercenary ..