Nand2Tetris Questions and Answers Forum
›
Hardware
›
Project 3
Search
everywhere
only in this topic
Advanced Search
Why only 16K of RAM ?
Classic
List
Threaded
♦
♦
Locked
2 messages
iSol
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Why only 16K of RAM ?
Hello,
why we've build only 16K of RAM instead of the max addressable 64K ?
Thanks,
Ion
cadet1620
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Why only 16K of RAM ?
Administrator
The Hack instruction set makes it difficult to use RAM addresses above 32767 (15 bits).
RAM addresses 16384 and above are used for the Screen and Keyboad I/O devices.
You will learn about the instruction set and I/O map in the next chapter.
--Mark
Free forum by Nabble
Edit this page