/************************** I2ICE TUTORIAL SCREEN ## **************************/ menu=1 define literally P = 'include scr.21 nolist' define literally R = 'include scr.22 nolist' define literally RTN = 'include scr.22 nolist' define literally N = 'include scr.23 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'This display is an improvement except for the | SCR22: WAIT |' 'question marks. The WAIT command will instruct the | M = Go to main menu |' 'I2ICE system to suppress its "?" during emulation. | N = Next screen |' 'Use the key to get the previous GO FROM | P = Previous screen |' 'TOP command from the history buffer. Modify the | Q = Quit tutorial |' 'command as follows: | R = Rewrite SCR22 |' ' GO FROM TOP; WAIT | SCR# = Screen desired |' ' ------------------------' 'Notice that a semicolon can be used to group ' 'multiple commands on the same line. Press to execute the command.' 'Again enter 150 and 108 when requested.' ' ' '-----------------------------------------------------------------------------'