/************************** I2ICE TUTORIAL SCREEN #8 ***************************/ menu = 1 define literally R = 'include scr.8 nolist' define literally RTN = 'include scr.8 nolist' define literally P = 'include scr.7 nolist' define literally N = 'include scr.9 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'When you entered the MAPIO command, the I2ICE | SCR8: I/O ALLOCATION |' 'system responded that all the I/O ports are mapped | M = Go to main menu |' 'to the user. The sample program you will be using | N = Next screen |' 'requires two I/O ports; however, the smallest block | P = Previous screen |' 'of I/O ports available with the I2ICE system is 40 | Q = Quit tutorial |' '(hexadecimal) ports. Map I/O ports to the I2ICE | R = Rewrite SCR8 |' 'system now by entering the following: | SCR# = Screen desired |' ' MAPIO 0 LENGTH 40 ICE ------------------------' '(Have you noticed how the syntax menu at the bottom ' 'of the screen changes to help you as you enter in the commands? Press the' 'tab key to cycle through the syntax menu display.) To see the I/O ports that' 'have been mapped, enter' ' MAPIO ' 'The letter H in the resulting display stands for hexadecimal.' ' ' 'NOTE: After you map I/O to ICE, you cannot exit I2ICE software unless you ' 'first enter the command: RESET MAPIO . If you try to exit without ' 'resetting MAPIO, the I2ICE system will respond with an error message.' ' ' '-----------To learn more about the syntax menu, enter MOD_B ------------'