/******************** ICE-1500 (DOS) TUTORIAL SCREEN #14 **********************/ menu = 1 map 0k length 12k ice load messg namescope = rotate define literally PR = 'include scr.13 nolist' define literally R = 'include scr.14 nolist' define literally RTN = 'include scr.14 nolist' define literally N = 'include scr.15 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'This concludes Module 1. You have learned some | SCR14: END OF MOD 1 |' 'basic debugging skills: MAP, LOAD, and GO. You | N = Next screen |' 'have learned how to get a DIR list of program | R = Rewrite SCR14 |' 'symbols and variables, how to modify their values, | PR = Previous screen |' 'and how to determine their memory addresses. | M = Go to main menu |' ' | Q = Quit tutorial |' 'With these skills, you can discover errors in a | SCR# = Screen desired |' 'program. You can also control the execution of the ------------------------' 'program to begin locating the errors. ' ' ' 'Module 2 demonstrates how to locate and repair the error in the MESSG program.' ' ' 'Enter one:' ' ' ' N to start Module 2' ' M to go to the main menu (SCR2)' ' Q to exit from the tutorial.' ' ' '############################ END OF MODULE 1 ################################'