mouse aid

These files might not work on the most current version of the Commander X16, or these may be held over from the previous forum. To find previous versions of the emulator, so you can test old programs, please visit Our GitHub Page
Post Reply
novemix
Posts: 18
Joined: Wed Jan 27, 2021 10:47 pm

mouse aid

Post by novemix »


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


Attachments
mouse aid
mouse aid
xma.png (44.88 KiB) Viewed 4618 times
xma.prg
mouse aid
(186 Bytes) Downloaded 309 times
Post Reply