Re: Text output behavior/Scrolling Solution?

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Text-output-behavior-tp4028503p4029145.html

jrd wrote
So, I am actually still confused on the general implementation of screen scrolling.

Can someone clarify a bit more the process to enable screen scrolling?  It's essential to the working of my Chapter 9 game project.  Thx.
Scrolling is not implemented in the supplied Output.vm file nor in the VMEmulator program.

In chapter 12, you will write your own version of Output.jack.  That is where you can write code that supports scrolling.

--Mark