/******************** ICE-1500 (DOS) TUTORIAL SCREEN #4 ***********************/ menu = 1 define literally PR = 'include scr.3 nolist' define literally R = 'include scr.4 nolist' define literally RTN = 'include scr.4 nolist' define literally N = 'include scr.5 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'To acquaint you with the commands needed to execute | SCR4: INTRO TO LOAD |' 'and debug a program, Module 1 leads you through | N = Next screen |' 'loading and executing a simple program. | R = Rewrite SCR4 |' ' | PR = Previous screen |' 'Before executing the program, define the debugging | M = Go to main menu |' 'environment. This is done in two steps: | Q = Quit tutorial |' ' | SCR# = Screen desired |' ' ------------------------' ' 1. Decide to use USER or ICE memory (memory mapping) ' ' 2. Load the program ' ' ' ' ' 'NOTE: You will no longer be reminded to enter N to call up the next screen. ' ' ' '------------------------------------------------------------------------------'