Menu Keys: ========== D - delete block between 2 block markers C - copy block between 2 block markers M - move block between 2 block markers F - Find text O - Go to the editor N - New source A - Assemble V - View symbols L - Load source S - Save source Q - Merge source R - Save code B - Quit to BASIC Editor Keys: ============ OR - Delete line AND - Insert line <= - Text left => - Text right STOP - Go to the menu EDIT - Jump to next errormarker EXTEND - Set errormarker GRAPH - Set block marker (2 for delete, 3 for copy and move) Pseudoinstructions: =================== ORG - Origin addres for the assembled code DUMP - Dumping addres where code is put INCLUDE "FILENAME" - Include source with FILENAME, should be without errors ;-) DEFM "max 18 characters" DEFW 65535 DEFS 10 DEFB 122,"A",#1b,%01010101 Label length - max. 10 characters