/******************** ICE-5100 (DOS) TUTORIAL SCREEN #1 ***********************/ menu = 1 define literally PR = '''PR is not relevant for this screen''' define literally R = 'include scr.1 nolist' define literally RTN = 'include scr.1 nolist' define literally N = 'include scr.2 nolist' define literally M = 'include scr.2 nolist' source = false cls /******************************************************************************/ ' ------------------------' ' ICE-5100 EMULATOR TUTORIAL (DOS Version 3.1) | SCR1: WELCOME TO ICE |' ' Copyright 1988 Intel Corporation | N = Next screen |' ' | R = Rewrite SCR1 |' 'Welcome to the ICE-5100 tutorial. This tutorial | PR = Previous screen |' 'will teach you how to use the ICE-5100 emulator. | M = Go to main menu |' ' | Q = Quit tutorial |' 'Note the box to the right. This box appears in | SCR# = Screen desired |' 'each screen. It provides the name and title of ------------------------' 'the current screen and shows which keys to enter to move to other tutorial ' 'screens or to exit from the tutorial. (To jump to a specific screen, enter' '"SCR#", where # is the number of the screen desired.)' ' ' 'The ICE-5100 emulator prompt ( hlt> ) appears at the bottom of the text under' 'a horizontal line. Enter commands from this prompt in either uppercase or ' 'lowercase letters. Use the key ( <-- at the top of the keyboard) to' 'correct a command. Press the key to execute the command.' ' ' '-----------------Enter N to continue with the tutorial----------------'