/************************** I2ICE TUTORIAL SCREEN #29 **************************/ menu = 1 define literally P = 'include scr.28 nolist' define literally R = 'include scr.29 nolist' define literally RTN = 'include scr.29 nolist' define literally N = 'include scr.30 NOLIST ' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'Before we discuss how to repair these errors, note | SCR29: I2ICE TRACE |' 'that Aid Module H introduces you to the I2ICE | M = Go to main menu |' 'single-stepping and trace capabilities. | N = Next screen |' ' | P = Previous screen |' 'The ability to collect trace information during em- | Q = Quit tutorial |' 'ulation is a very important feature of the I2ICE | R = Rewrite SCR29 |' 'system. The emulation trace information is stored | SCR# = Screen desired |' 'in a trace buffer for later analysis. Aid Module H ------------------------' 'has been designed to help further your understanding ' 'of the I2ICE system trace and execution features.' ' ' 'Aid Module H explains how to single-step through programs and how to set ' 'trace specifications; it also explains how to display the information stored' 'in the trace buffer.' ' ' '----------- If you wish to go to Aid Module H, enter MOD_H ------------'