/************************* I2ICE TUTORIAL SCREEN T5 ****************************/ menu = 1 define literally P = 'include scrt.4 nolist' define literally R = 'include scrt.5 nolist' define literally N = 'include scrt.6 nolist' define literally M = 'include aid.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'LINKAGE MODE: Allows focusing on one procedure and | SCRT5: MODES CONT. |' ' determining its linkage to other procedures | M = Go to main menu |' ' that call it. Also in linkage mode, information| N = Next screen |' ' about linkage between pairs of procedures is | P = Previous screen |' ' possible. With this option, information on | Q = Quit tutorial |' ' timing and counts of recursive procedures or | R = Rewrite SCRT5 |' ' interrupt-to-interrupt activity an be made. | SCR# = Screen desired |' ' ------------------------ ' 'The iPAT software is integrated with the emulator software and iPAT command' 'options appear in the syntax menu at the bottom of the screen.' ' ' 'Only one command line is required to set up an analysis mode or to display ' 'information. Test coverage data can be saved and recalled for updating.' 'List files can be created to save information in other modes. The screen' 'editor can also be used with the iPAT to examine and modify source code.' ' ' '-------------- Enter N to continue with Aid Module T ----------------'