/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #P.3 ********/ menu = 1 define literally PR = 'include scrP.2 nolist' define literally R = 'include scrP.3 nolist' define literally N = 'include scrP.4 nolist' define literally M = 'include FMOD nolist' DEFINE LITERALLY BHEX = 'BASE = HEX; BASE' DEFINE LITERALLY CURUP = 'CURY = CURY - 2; CLEAREOL' cls /******************************************************************************/ ' ---------------------------' 'Now if these literal definitions were saved to | SCRP3: SAVE DEBUG 3 |' 'disk using the SAVE command in the previous | N = Next Screen |' 'screen they can be INCLUDED back into memory | R = Rewrite SCRP3 |' 'by entering: | PR = Previous screen |' ' | M = Go to main menu |' ' INCLUDE LIT.SAV | Q = Quit tutorial |' ' | RTN = Return to main path |' 'Now execute the literals. Enter: | SCR# = Screen desired |' ' ---------------------------' ' BHEX ' ' CURUP ' ' ' 'Before continuing with this module, remove CURUP and BHEX. Enter:' ' ' ' REMOVE BHEX, CURUP ' ' ' ' ' '-----------Enter N to continue with this Feature Module----------------'