How to locate and set the cursor on your Commodore C128
Sadly the Commodore machines don’t offer a routine to locate or set the current cursor position via BASIC. There is however a Kernel routine named PLOT which can do this in Machine Language. Here’s how we can utilise it. Getting the Cursor Position . 01300 38 sec . 01301 20 f0 ff jsr $fff0 . … Read more