/************************* I2ICE TUTORIAL SCREEN R2 ****************************/ menu = 1 define literally P = 'include scrr.1 nolist' define literally R = 'include scrr.2 nolist' define literally N = 'include scrr.3 nolist' define literally M = 'include aid.1 nolist' cls /*******************************************************************************/ ' ------------------------' 'The SET command is used to establish a path to a list| SCRR2: SET |' 'file when the name of a program module differs from | M = Go to main menu |' 'base file name or when the list file does not have a | N = Next screen |' '.lst extension. SET is also used when the program | P = Previous screen |' 'has more than one module with the module list files | Q = Quit tutorial |' 'in different directories. | R = Rewrite SCRR2 |' ' | SCR# = Screen desired |' 'For this tutorial, the module name :CMAKER differs ------------------------ ' 'from the base file :CMKER0, therefore we must use the SET command to set the ' 'path. Enter:' ' ' ' SET :CMAKER TO CMKER0.LST LANG PLM' ' ' 'Using the LANG option on the command line increases seek-time performance' 'to the list file. LANG can be specified as C, FORTRAN, Pascal, and PL/M.' 'If the LANG option is not used the I2ICE software determines the modules' 'language. ' ' ' 'The program CMKER0.ABS has been loaded for you. In the next screen we will' 'take a look at source code using the SHOWSRC command.' '------------- Enter N to continue with Aid Module R ------------------'