/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #M.1 **********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include scrM.1 nolist' define literally N = 'include scrM.2 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE M: STEPPING (3 screens) | SCRM1: STEPPING 1 |' ' | N = Next screen |' 'The ICE-5100 emulator offers two types of STEP | R = Rewrite SCRM1 |' 'commands, ISTEP and LSTEP. Using these, you can | PR = Previous screen |' 'determine whether execution is following a | M = Go to features menu |' 'desired sequence. | Q = Quit tutorial |' ' | RTN = Return to main path |' 'ISTEP steps through program code one instruction | SCR# = Screen desired |' 'at a time. LSTEP steps through numbered ---------------------------' 'high-level language program statements (not applicable to assembly coded' 'modules). ' ' ' '-------------Enter N to continue with this Feature Module--------------'