/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #I.1 **********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include scrI.1 nolist' define literally N = 'include scrI.2 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE I: CONFIG. and MACRO FILES | SCRI1: MACRO FILES 1 |' ' (2 SCREENS) | N = Next screen |' ' | R = Rewrite SCRI1 |' 'The emulator uses a configuration file and a macro| PR = Previous screen |' 'file to automatically initialize the ICE environ- | M = Go to features menu |' 'ment. Both files are executed during emulator | Q = Quit tutorial |' 'initialization. | RTN = Return to main path |' ' | SCR# = Screen desired |' 'The configuration file contains invocation ---------------------------' 'controls. This file can be created using any text editor (including the' 'emulator''s internal editor) or by selecting SET EMULATOR OPTIONS on the' 'INSTALL utility menu. The configuration file is located in the same disk' 'directory as the emulator software and is named ICEnnn.CFG in order for it' 'to be executed automatically. ' ' ' 'This is an example of a configuration file created using a text editor which' 'sets the baud rate to 19200 and the symbol buffer size to 16K-bytes.' ' ' ' BAUD(19200) VSTB(16) ' ' ' '-------------Enter N to continue with this Feature Module--------------'