/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #E.1 ********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include SCRE.1 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE E: HISTORY BUFFER (1 screen) | SCRE1: HISTORY BUFFER |' ' | N = Next Screen |' 'The history buffer stores previously entered | R = Rewrite SCRE1 |' 'commands. By pressing the and | PR = Previous screen |' ' keys, you can scan through | M = Go to features menu |' 'previously entered commands. | Q = Quit tutorial |' ' | RTN = Return to main path |' 'If desired, the command may be modified (using | SCR# = Screen desired |' 'line editor commands) before pressing to ---------------------------' 'execute the command.' ' ' 'This feature saves time and effort in entering commands. ' ' ' 'This ends Feature Module E. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE E ############################'