/************************** I2ICE TUTORIAL SCREEN #V5 **************************/ menu = 1 define literally P = 'include scrV.4 nolist' define literally R = 'include scrV.5 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include aid.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'Four of the clips lines (the clipsout lines) leave | SCRV5:EMULATION CLIPS 2|' 'the clips pod. Two of these lines (clipsout lines | M = Go to AID2 menu |' '0 and 1) can be monitored and controlled by the | N = Next screen |' 'CLIPSOUT command. Enter | P = Previous screen |' ' CLIPSOUT | Q = Quit tutorial |' 'The clipsout lines are set to zero by default. | R = Rewrite SCRV5 |' 'To set the two clipsout lines, set CLIPSOUT equal | SCR# = Screen desired |' 'to a two-bit value. For example, to set the two ------------------------' 'clipsout lines so that line 1 is low and line 0 is ' 'high, enter' ' CLIPSOUT = 01Y ' ' ' 'The two other clipsout lines (labeled SYS BREAK/ and SYS TRACE/) are pro-' 'vided to enable you to connect to devices that are not part of your I2ICE' 'system.' ' ' 'This ends Feature Module V. Enter RTN to return to the main path of ' 'the tutorial, or M to go to the AID modules menu.' ' ' '########################### END OF AID MODULE V ###############################'