Thursday, November 24, 2022

Apple IIe - 6502 Assembly Programming - A Full Screen Editor!

Apple IIe
6502 Assembly Programming - A Full Screen Editor!

Merlin-8 2.48 has a full screen editor that is a little bit easier to use than the single line editor. If you read my prior post where I created the program BEEP which calls the built in beep routine, you'll appreciate switching to the full screen editor. 

The manual for Merlin-8 and 16 (for the IIgs) can be found here http://www.apple-iigs.info/doc/fichiers/merlin816.pdf

Chris has an excellent video describing how to use the full screen editor here Assembly Lines #5: Merlin 8 Full Screen Editor.

Everything else is pretty much the same. I am using the DOS 3.3 version of the program. If you prefer ProDOS, there is a later version for that.

Here are the Full Screen Editor commands you won't find in the single line editor. If you are using AppleWin, the Open Apple key is the ALT key:
 
Open Apple+BGo to beginning of the source
Open Apple+NGo to the end of the source
Open Apple+DDelete the current line
Open Apple+RReplace the current line
Open Apple+EExchange (find and replace)
Open Apple+FFind text
Open Apple+IInsert a blank line
Open Apple+LLocate label, marker, or line number
Open Apple+QReturn to Editor Control Mode
Open Apple+XClipboard cut
Open Apple+VClipboard paste
Open Apple+YSelect all text to the end
Open Apple+8Create a line of asterisks
Open Apple+9Create a box of asterisks


No comments:

Post a Comment