/******** ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #A.5 *********/ menu = 1 define literally PR = 'include scrA.4 nolist' define literally R = 'include scrA.5 nolist' define literally N = 'include scrA.6 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex cls /******************************************************************************/ ' ---------------------------' 'Now set a range of addresses with the same value | SCRA5: MEMORY ACCESS 5 |' '(23H), and display the values. Enter: | N = Next Screen |' ' | R = Rewrite SCRA5 |' ' BYTE IDATA 0 LENGTH 5T = 23H | PR = Previous screen |' ' BYTE IDATA 0 LENGTH 5T | M = Go to features menu |' ' | Q = Quit tutorial |' 'Thus far in this module, only one of the four | RTN = Return to main path |' 'memory address spaces have been accessed (IDATA). | SCR# = Screen desired |' 'The four address spaces are as follows: ---------------------------' ' ' ' CODE: 64KB program memory space ' ' IDATA: Internal data memory space ' ' RDATA: 128-byte special function register memory space ' ' XDATA: 64KB external data memory space ' ' ' 'To learn more about memory address spaces, enter:' ' ' ' HELP MSPACE ' ' ' '-------------Enter N to continue with this Feature Module--------------'