/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #N.1 ********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include scrN.1 nolist' define literally N = 'include scrN.2 nolist' define literally M = 'include FMOD nolist' load MESSG cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE N: DIR COMMAND (2 screens) | SCRN1: DIR COMMAND 1 |' ' | N = Next Screen |' 'With the DIR command, you can display program | R = Rewrite SCRN1 |' 'symbols and debug object names. For example, | PR = Previous screen |' 'to display the procedures for the MESSG program, | M = Go to features menu |' 'enter the following command. Enter: | Q = Quit tutorial |' ' | RTN = Return to main path |' ' DIR PROCEDURE | SCR# = Screen desired |' ' ---------------------------' 'To display only the BYTE symbols of MESSG, enter: ' ' ' ' DIR BYTE ' ' ' '-------------Enter N to continue with this Feature Module--------------'