Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.sys.apple2    |    Discussion about Apple II micros    |    56,720 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 55,479 of 56,720    |
|    I am Rob to All    |
|    Re: Screen Scrolling    |
|    07 May 22 14:22:59    |
      From: gids.rs@sasktel.net              > Or not scrolling I guess. I want to fill a the text screen with a character,       in assembly. I'm using COUT, but the last character will cause the screen to       scroll up one line and leave a line blank at the bottom. Is there a good way       to prevent this        beside printing everything but the last character and then directly sticking       the last character into screen memory?              The simplest way I have seen so far is to increase the vertical and horizontal       window sizes.              Increase $21 by 1 and $23 by 1 of zero page, set your htab and vtab then print       your character to the bottom right hand corner using COUT. And reset $21 and       $23 back to normal.              Try this:              0300:A9 17 20 5B FB A9 27 85       0308:24 E6 21 E6 23 A9 C1 20       0310:ED FD C6 23 C6 21 A9 14       0318:20 5B FB 4C 8E FD 00 00                      --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca