/************************** I2ICE TUTORIAL SCREEN #3 ***************************/ menu = 1 define literally P = 'include scr.2 nolist' define literally n = 'include scr.4 nolist' define literally m = 'include scr.2 nolist' define literally r = 'include scr.3 nolist' cls /*******************************************************************************/ ' ------------------------' ' MODULE 1: BASIC EMULATION SKILLS | SCR3: INTRODUCTION |' 'A typical debugging session using the I2ICE system | M = Go to main menu |' 'involves performing the following steps: | N = Next screen |' ' 1. Invoking I2ICE software. (You already did this | P = Previous screen |' ' when you used the command I2ICE.) | Q = Quit tutorial |' ' 2. Defining the debugging environment. Use I2ICE | R = Rewrite SCR3 |' ' commands to allocate memory, map I/O ports, | SCR# = Screen desired |' ' load prototype software, and set breakpoints ------------------------' ' and trace specifications. ' ' 3. Running (emulating) the prototype software using the I2ICE system.' ' 4. Analyzing the emulation information and re-emulating if you need more ' ' information.' ' 5. If a bug is found, patching around the bug and re-emulating to look for' ' other bugs.' ' ' 'As you work through the main tutorial path, you will learn to perform steps' '2 through 5. Enter N to continue with the tutorial.' ' ' '-----------------------------------------------------------------------------'