/******************** ICE-1500 (DOS) TUTORIAL SCREEN #3 ***********************/ menu = 1 define literally PR = 'include scr.2 nolist' define literally R = 'include scr.3 nolist' define literally RTN = 'include scr.3 nolist' define literally N = 'include scr.4 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' ' MODULE 1: BASIC DEBUGGING SKILLS | SCR3: INTRODUCTION |' ' | N = Next screen |' 'A typical debugging session using the ICE-5100 | R = Rewrite SCR3 |' 'emulator involves the following steps: | PR = Previous screen |' ' | M = Go to main menu |' ' 1. Compiling or assembling the program source | Q = Quit tutorial |' ' code using the DEBUG option and linking it | SCR# = Screen desired |' ' into an executable object file. ------------------------' ' 2. Invoking the ICE-5100 emulator software.' ' 3. Defining the debugging environment.' ' 4. Executing the target software using the ICE-5100 emulator. ' ' 5. Analyzing the debug information and re-executing the program if more ' ' information is needed. ' ' 6. Finding and patching program bugs and re-executing to look for more bugs.' ' ' 'For this tutorial, step 1 has been done for you. A program named MESSG has' 'been created, compiled, linked, and stored on the tutorial disk. You have ' 'already performed step 2. Refer to the ICE-5100 Emulator Reference Manual for' 'more information on steps 1 and 2. The MOD1 tutorial screens demonstrate ' 'steps 3 through 6.' '------------------Enter N to continue with the tutorial----------------'