/******************** ICE-1500 (DOS) TUTORIAL SCREEN #2 ***********************/ menu = 1 define literally PR = 'include scr.1 nolist' define literally R = 'include scr.2 nolist' define literally RTN = 'include scr.2 nolist' define literally N = 'include scr.3 nolist' define literally M = 'include scr.2 nolist' source = false presrc = 0 postsrc =0 cls /******************************************************************************/ ' ------------------------' 'The purpose of this tutorial is to help you learn | SCR2: MAIN MENU |' 'the ICE-5100 emulator command language and to | N = Next screen |' 'demonstrate a debugging session. | R = Rewrite SCR2 |' ' | PR = Previous screen |' 'The tutorial is organized into modules. A module | M = Go to main menu |' 'is a sequence of screens of information and examples.| Q = Quit tutorial |' 'There are two groups of modules: MAIN PATH modules | SCR# = Screen desired |' '(debugging skills), and FEATURE modules (supple- ------------------------' 'mentary information on main path topics). The following modules are available:' ' ' ' MOD1 Main Path: Basic debugging skills ' ' MOD2 Main Path: Advanced debugging skills ' ' FMOD Features: Information on specific emulator features ' ' ' 'All commands are executed by pressing the key after the command name.' 'Select MOD1, MOD2, or FMOD now. ' ' ' '------------------------------------------------------------------------------'