/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #I.2 **********/ menu = 1 define literally PR = 'include scrI.1 nolist' define literally R = 'include scrI.2 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' 'The macro file contains emulator commands to | SCRI2: MACRO FILES 2 |' 'define the emulator environment. It must be | N = Next screen |' 'located in the same disk directory as the | R = Rewrite SCRI2 |' 'emulator software and be named ICEnnn.MAC in | PR = Previous screen |' 'order for it to be executed automatically upon | M = Go to features menu |' 'initialization of the ICE-5100 emulator. | Q = Quit tutorial |' ' | RTN = Return to main path |' 'This file often contains MAP and BASE commands, | SCR# = Screen desired |' 'along with frequently used LITERALLY definitions ---------------------------' 'and procedures (such as the STATUS PROC in MODP).' ' ' 'There is a sample macro file on the tutorial disk named SAMPLE.MAC. It' 'contains two procedures and many LITERALLY definitions which are helpful for' 'debugging. You may want to rename it ICEnnn.MAC and place it in the same ' 'directory as the emulator software. Otherwise, you can execute it by entering:' ' ' ' INCLUDE SAMPLE.MAC ' ' ' 'This ends Feature Module I. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' '########################## END OF FEATURE MODULE I ############################'