Function | Address | Description |
---|---|---|
CLSR | E544 | Clear the screen |
This routine sets up the screen line link table (0x00D9…0x00F2). It then clears the screen line by line using the CLRLN routine. Once that's completed, it then homes the cursor to the top left.
This is not an official documented Kernal entry point but is listed in the C64 ROM disassembly.