/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #P.2 ********/ menu = 1 define literally PR = 'include SCRP.1 nolist' define literally R = 'include SCRP.2 nolist' define literally N = 'include SCRP.3 nolist' define literally M = 'include FMOD nolist' DEFINE LITERALLY BHEX = 'BASE = HEX; BASE' DEFINE LITERALLY CURUP = 'CURY = CURY - 2; CLEAREOL' cls /******************************************************************************/ ' ---------------------------' 'Now, if you executed the commands on the previous | SCRP2: SAVE DEBUG 2 |' 'screen, you can append the CURUP literally to | N = Next Screen |' 'the same save file by entering: | R = Rewrite SCRP2 |' ' APPEND LIT.SAV CURUP | PR = Previous screen |' ' | M = Go to main menu |' 'Remove the BHEX and CURUP literals from memory. | Q = Quit tutorial |' 'Enter: | RTN = Return to main path |' ' | SCR# = Screen desired |' ' REMOVE BHEX,CURUP ---------------------------' ' ' 'Verify that they are not in memory by attempting to execute the literals. ' 'Enter: ' ' ' ' BHEX ' ' CURUP ' ' ' 'The emulator responded with error messages, as expected.' ' ' '-----------Enter N