/******************** ICE-1500 (DOS) TUTORIAL SCREEN #29 **********************/ menu = 1 define literally PR = 'include scr.28 nolist' define literally R = 'include scr.29 nolist' define literally RTN = 'include scr.29 nolist' define literally N = 'include scr.30 nolist' define literally M = 'include scr.2 nolist' map 0k length 12k ice load messg ASM 066h = 'setb c' /* in case of user entry error */ cls /******************************************************************************/ ' ------------------------' 'The emulator also features stepping commands. The | SCR29: STEPPING |' 'ISTEP and LSTEP commands are used to monitor and | N = Next screen |' 'control program execution. These commands perform | R = Rewrite SCR29 |' 'one instruction or high-level language statement | PR = Previous screen |' 'at a time. | M = Go to main menu |' ' | Q = Quit tutorial |' 'To step through one assembly instruction (from the | SCR# = Screen desired |' 'current execution point), enter: ------------------------' ' ' ' ISTEP ' ' ' 'Repeat the command several times by repeatedly entering and "E" ' '(-E repeats the last command).' ' ' '----------------To learn more about stepping, enter MODM ---------------'