/************************* I2ICE TUTORIAL SCREEN 1 ****************************/ menu = 1 define literally P = '''P 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 = '''M is not relevant for this screen''' cls /*******************************************************************************/ ' ------------------------' ' I2ICE TUTORIAL (DOS Version 1.9) | SCR1: WELCOME TO I2ICE |' ' Copyright 1987 Intel Corporation | M = Go to main menu |' ' | N = Next screen |' 'Welcome to the I2ICE system. This tutorial shows | P = Previous screen |' 'you how to use the I2ICE Emulator system. | Q = Quit tutorial |' ' | R = Rewrite SCR1 |' 'Note the box to the right. This box appears in | SCR# = Screen desired |' 'each screen. It provides the name and number of ------------------------' 'the current screen. It also 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.' ' ' 'Throughout the tutorial, the I2ICE prompt (*) is shown at the bottom of the ' 'text under a horizontal line. Enter commands from this prompt in uppercase or' 'lowercase letters.) Use the (backspace) key to correct errors when' 'entering commands. Press the key to execute commands. ' ' ' '-------------------------------------------------------------------------------'