/******************** ICE-1500 (DOS) TUTORIAL SCREEN #6 ***********************/ menu = 1 define literally PR = 'include scr.5 nolist' define literally R = 'include scr.6 nolist' define literally RTN = 'include scr.6 nolist' define literally N = 'include scr.7 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'The MESSG program you will be debugging requires | SCR6: MEMORY MAPPING 2 |' 'less than 1K of memory. Therefore the on-chip ROM | N = Next screen |' 'is sufficient to store the program. However, to | R = Rewrite SCR6 |' 'become familiar with the MAP command, you will map | PR = Previous screen |' '12K to ICE. | M = Go to main menu |' ' | Q = Quit tutorial |' 'Mapping must begin at the start of a 4K boundary, | SCR# = Screen desired |' 'and must be in increments of 4K. Begin this memory ------------------------' 'map at address 0K.' ' ' 'Enter the following commands to map 12K to ICE and to display the resulting ' 'memory map: ' ' ' '(Note the syntax menu at the bottom of the screen. It indicates the command ' 'options available to you as you enter each word or expression.)' ' ' ' MAP 0K LENGTH 12K ICE ' ' MAP ' ' ' '------------------------------------------------------------------------------'