/******** ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #A.6 *********/ menu = 1 define literally PR = 'include scrA.5 nolist' define literally R = 'include scrA.6 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' 'The commands executed in this module have altered | SCRA6: MEMORY ACCESS 6 |' 'memory where the MESSG program was stored, and | N = Next Screen |' 'the emulator number base has been changed. | R = Rewrite SCRA6 |' 'Before continuing with the tutorial, re-load | PR = Previous screen |' 'MESSG, reset NAMESCOPE, and reset the number | M = Go to features menu |' 'base. Enter: | Q = Quit tutorial |' ' | RTN = Return to main path |' ' LOAD MESSG | SCR# = Screen desired |' ' NAMESCOPE = ROTATE ---------------------------' ' BASE = HEX ' ' ' ' ' 'This ends Feature Module A. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE A ############################'