Turns on the mouse in the BASIC editor and locates the text cursor wherever you click on the screen to help in BASIC development.
Right click clears the screen and does a LIST. The idea being right click, STOP, click, and you're there.
This is an update for R41 of "x16tial mouse aid", but I've switched to using novemix as my account.
To activate: (make sure and save any BASIC program you have in memory)
LOAD"XMA.PRG",8,1
SYS 1024
NEW
OLD (should bring back BASIC program if there was one, but SAVE beforehand, just in case)
If you do a reset, just SYS 1024 again to reactivate.
Optimizations