/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #P.4 ********/ menu = 1 define literally PR = 'include SCRP.3 nolist' define literally R = 'include SCRP.4 nolist' define literally N = 'include SCRP.5 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' 'There is a file on your tutorial disk called | SCRP4: SAVE DEBUG 4 |' 'STAT51. It contains a procedure named STATUS | N = Next Screen |' 'which displays the current status of the ICE-5100 | R = Rewrite SCRP4 |' 'emulator. Include this file with the following | PR = Previous screen |' 'command. Enter: | M = Go to main menu |' ' | Q = Quit tutorial |' ' INCLUDE STAT51 | RTN = Return to main path |' ' | SCR# = Screen desired |' ' ---------------------------' ' ' '--------------Enter N to continue with this Feature Module-------------'