You can CALL 16959, which is the ROM routine to lock the screen. Then you can PRINT @ 319 without it scrolling down.
-George On Tue, Dec 23, 2025 at 8:14 PM Scott McDonnell <[email protected]> wrote: > Two methods I can think of: > > 1. Poke the character into the last position using screen memory > > 2. Use the ROM routine for "putchar". It looks like this is 12, but I > could be wrong. > > Put the character in A and then CALL 12 > > On 12/23/2025 7:48 PM, John R. Hogerhuis wrote: > > Anyone know how to print to the last location on the screen without > > scrolling? > > > > I tried ending the print with a semicolon but that didn't fix it. > > > > This bug is messing up my "vibe". > > > > -- John. >
