Re: Load and In
Posted by xedover on Dec 04, 2018; 1:30am
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Load-and-In-tp4032603p4032604.html
Your data that you want to store, or remember, is coming "in" (input).
Think of "load" as a traffic cop, or gatekeeper, either allowing the data to come in, or denying it.
Say you want to store a binary number 6 (00000110) in your memory register.
You would input that value and then when your control logic has determined that its ready, the "load" flag is set to allow that data to be "input"/stored.
is that enough to help?