/************************** I2ICE TUTORIAL SCREEN #19 **************************/ menu=1 define literally P = 'include scr.18 nolist' define literally R = 'include scr.19 nolist' define literally RTN = 'include scr.19 nolist' define literally N = 'include scr.20 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'This completes Module 1. You have learned that | SCR19: MODULE 1 END |' 'four commands are needed to begin emulation: MAP, | M = Go to main menu |' 'MAPIO (if your program involves I/O activity), | N = Next screen |' 'LOAD, and GO. You have also learned how to use | P = Previous screen |' 'high-level symbols to get addresses and variable | Q = Quit tutorial |' 'values. If you are eager to try these I2ICE debug- | R = Rewrite SCR19 |' 'ging capabilities on your own program, enter | SCR# = Screen desired |' ' Q ------------------------' '-NOTE: If you leave the tutorial here, consult your I2ICE System Reference' ' Manual and the I2ICE System User''s Guide for help with I2ICE commands' ' and functions.' ' ' 'You have not yet learned about the I2ICE break and trace capabilities. To' 'learn about these and other powerful and useful I2ICE features, and to' 'continue debugging the sample program, proceed with the main tutorial path.' 'Enter N to start the Intermediate Emulation Skills Module. (If you' 'wish to take a break from the tutorial now and return later, enter Q ;' 'later when you return and reload I2ICE and tutorial software, select MOD2' 'from the main menu.)' '############## END OF BASIC EMULATION SKILLS MODULE (MODULE 1) ##############'