/******************** ICE-1500 (DOS) TUTORIAL SCREEN #5 ***********************/ menu = 1 define literally PR = 'include scr.4 nolist' define literally R = 'include scr.5 nolist' define literally RTN = 'include scr.5 nolist' define literally N = 'include scr.6 nolist' define literally M = 'include scr.2 nolist' cls /******************************************************************************/ ' ------------------------' 'Before loading a program, specify where it will be | SCR5: MEMORY MAPPING 1 |' 'stored in memory by using the MAP command. When | N = Next screen |' 'mapping memory, you have two choices: | R = Rewrite SCR5 |' ' | PR = Previous screen |' ' 1. MAP memory to the ICE-5100 emulator''s 64KB | M = Go to main menu |' ' of memory (ICE) | Q = Quit tutorial |' ' 2. MAP memory to the user prototype''s memory | SCR# = Screen desired |' ' (USER) ------------------------' ' ' 'The default ICE-5100 emulator memory map has all memory (except the on-chip' 'ROM) mapped to USER. To display where memory is currently mapped, enter:' ' ' ' MAP ' ' ' 'The status of the EA pin is also displayed. (The EA pin is the on-chip ROM' 'control.)' ' ' '------To learn about HELP available on emulator topics, enter MODF -----'