/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #M.2 **********/ menu = 1 define literally PR = 'include scrM.1 nolist' define literally R = 'include scrM.2 nolist' define literally N = 'include scrM.3 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex cls /******************************************************************************/ ' ---------------------------' 'The following example will step through 5 | SCRM2: STEPPING 2 |' 'instructions of the MESSG program starting at | N = Next screen |' 'the current location. Enter: | R = Rewrite SCRM2 |' ' | PR = Previous screen |' ' ISTEP 5 | M = Go to features menu |' ' | Q = Quit tutorial |' 'The instruction displayed by the ISTEP command is | RTN = Return to main path |' 'the next instruction to be executed. | SCR# = Screen desired |' ' ---------------------------' 'The following example is useful for monitoring program execution:' ' ' ' COUNT 3 ' ' ISTEP ' ' END ' ' ' '-------------Enter N to continue with this Feature Module--------------'