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.
