/******** ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #A.2 *********/ menu = 1 define literally PR = 'include scrA.1 nolist' define literally R = 'include scrA.2 nolist' define literally N = 'include scrA.3 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex cls /******************************************************************************/ ' ---------------------------' 'When you display memory variables, it is helpful | SCRA2: MEMORY ACCESS 2 |' 'to know the current ICE-5100 emulator number | N = Next Screen |' 'base. Enter: | R = Rewrite SCRA2 |' ' | PR = Previous screen |' ' BASE | M = Go to features menu |' ' | Q = Quit tutorial |' 'When you use addresses to identify memory | RTN = Return to main path |' 'locations, the emulator interprets the | SCR# = Screen desired |' 'addresses using the current number base. ---------------------------' ' ' 'If you are not sure what the current base is, or if you wish to temporarily' 'override the current base, you can use a base suffix with the address. The ' 'suffixes for the three emulator bases are as follows: ' ' ' ' Y for binary ' ' T for decimal' ' H for hexadecimal ' ' ' '-------------Enter N to continue with this Feature Module--------------'