/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #D.2 ********/ menu = 1 define literally PR = 'include SCRD.1 nolist' define literally R = 'include SCRD.2 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' 'To see the line editor commands in effect when the| SCRD2: LINE EDITOR 2 |' 'enhanced key definition set is chosen in the | N = Next Screen |' 'INSTALL utility: | R = Rewrite SCRD2 |' ' | PR = Previous screen |' 'Enter the following, but do not press : | M = Go to features menu |' ' | Q = Quit tutorial |' ' WRITE ''your name'' | RTN = Return to main path |' ' | SCR# = Screen desired |' 'Experiment with the command just entered by using ---------------------------' 'these line editor commands' ' ' ' moves cursor to the beginning of the line' ' moves cursor to the end of the line' ' inserts characters in the command line' ' Rubout (<--) deletes the character to the left of the cursor' ' F or deletes the character at the cursor position' ' A deletes all characters to the right of the cursor' ' X deletes all characters to the left of the cursor' ' Z deletes the current line' 'This ends Feature Module D. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' '########################## END OF FEATURE MODULE D #########################'