/******** ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #A.3 *********/ menu = 1 define literally PR = 'include scrA.2 nolist' define literally R = 'include scrA.3 nolist' define literally N = 'include scrA.4 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex cls /******************************************************************************/ ' ---------------------------' 'Try these examples of using base suffixes: | SCRA3: MEMORY ACCESS 3 |' ' | N = Next Screen |' ' WORD IDATA 10Y | R = Rewrite SCRA3 |' ' WORD IDATA 10T | PR = Previous screen |' ' WORD IDATA 10H | M = Go to features menu |' ' | Q = Quit tutorial |' 'Note that the memory address is always displayed | RTN = Return to main path |' 'in hexadecimal. | SCR# = Screen desired |' ' ---------------------------' 'To set the emulator base to a new value, enter one of the following:' ' ' ' BASE = BINARY (for binary)' ' BASE = DECIMAL (for decimal)' ' BASE = HEX (for hexadecimal)' ' ' '-------------Enter N to continue with this Feature Module--------------'