/******************** ICE-1500 (DOS) TUTORIAL SCREEN #8 ***********************/ menu = 1 map 0k length 12k ice load messg define literally PR = 'include scr.7 nolist' define literally R = 'include scr.8 nolist' define literally RTN = 'include scr.8 nolist' define literally N = 'include scr.9 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'Enter the following command to see the program | SCR8: DIR |' 'symbols that were loaded with the LOAD command. | N = Next screen |' ' | R = Rewrite SCR8 |' 'NOTE: Executing this command will scroll this | PR = Previous screen |' 'tutorial message off the screen. You will need to | M = Go to main menu |' 'enter R to rewrite this screen. Enter: | Q = Quit tutorial |' ' | SCR# = Screen desired |' ' DIR SYMBOLS ------------------------' ' ' ' ' 'NOTE: Do not use the key to stop the screen from scrolling. The default' 'use for this key is to invoke the internal editor. If you choose the enhanced' 'key definition set in the INSTALL program deletes the command line. For' 'more information on the internal editor refer to your Debug Editor User''s' 'Guide. For more information on the enhanced key definition set refer to the' 'ICE-5100 Emulator Reference Manual. ' ' ' '------------To learn more about the DIR command, enter MODN ------------'