/************************** I2ICE TUTORIAL SCREEN ## **************************/ menu = 1 define literally P = '''P is not relevent for this screen''' define literally R = 'include AID.1 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include scr.2 Nolist' cls /*******************************************************************************/ ' ------------------------' 'The modules listed below contain additional informa-| AID1:EMULATION AID MENU|' 'tion on I2ICE emulation topics. Enter the module | M = Go to main menu |' 'name to set the prerequisites for the module and to | N = Next screen |' 'display the first screen in that module. | P = Previous screen |' 'MOD_A HELP Screens | Q = Quit tutorial |' 'MOD_B Syntax Menu | R = Rewrite AID1 |' 'MOD_C Line Editor | SCR# = Screen desired |' 'MOD_D History Buffer ------------------------' 'MOD_E I2ICE PROCs ' 'MOD_F LITERALLY' 'MOD_G I2ICE Keywords' 'MOD_H Tracing Program Execution' 'MOD_J Monitoring and Assembly Language Patches' 'MOD_K I2ICE Error Messages' 'MOD_L Using Registers for Breaking' 'MOD_M Using the I2ICE Screen Editor' 'MOD_N Screen Control' 'MOD_P Nonsymbolic Memory Access' 'MOD_Q DOS System Escape' 'MOD_R Source Code Display' 'Select a menu item.' '--------------------------------------------------------------------------- '