/************************** I2ICE TUTORIAL SCREEN #6 ***************************/ menu=1 define literally R = 'include scr.6 nolist' define literally RTN = 'include scr.6 nolist' define literally P = 'include scr.5 nolist' define literally N = 'include scr.7 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'Below you see again the two MAP commands you entered | SCR6: MAP CHOICES |' 'and the display that resulted from the second | M = Go to main menu |' 'command. | N = Next screen |' ' *MAP 0 LENGTH 3K HS | P = Previous screen |' ' *MAP | Q = Quit tutorial |' ' MAP 0K LENGTH 3K HS | R = Rewrite SCR6 |' ' MAP 3K LENGTH 1021K GUARDED | SCR# = Screen desired |' 'When you map memory you have four choices. ------------------------' ' GUARDED No memory can be accessed. ' ' USER Memory that resides in the user hardware.' ' HS No-wait-state high-speed memory that resides in the I2ICE system ' ' (32K limit). ' ' OHS No-wait-state optional high-speed memory residing in the I2ICE ' ' system (256K limit).' ' ' 'Before we map I/O, let''s set the I2ICE number base. The I2ICE system default' 'base is decimal, but in the tutorial we will use a hexadecimal base. Enter' ' BASE = HEX ' 'NOTE: From this screen on, it will be assumed that you no longer need to be' 'reminded to enter N to call up the next tutorial screen.' '--------------To learn more about BASE, enter HELP BASE ----------------'