/************************** I2ICE TUTORIAL SCREEN #7 ***************************/ menu=1 define literally R = 'include scr.7 nolist' define literally RTN = 'include scr.7 nolist' define literally P = 'include scr.6 nolist' define literally N = 'include scr.8 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'With the MAP command, you''ve defined where in | SCR7: MAPIO |' 'memory the sample program will be loaded. Next, | M = Go to main menu |' 'you must specify how the emulator''s I/O ports will | N = Next screen |' 'be allocated. | P = Previous screen |' ' | Q = Quit tutorial |' 'To find out the current status of the I/O ports, | R = Rewrite SCR7 |' 'enter | SCR# = Screen desired |' ' MAPIO ------------------------' ' ' 'In this tutorial, because there is no user hardware to serve as the source or' 'destination for I/O activity, you will want to map any I/O activity to the' 'I2ICE system. Then, the PC keyboard or an I2ICE procedure (PROC) can provide' 'program input, and I2ICE memory or the PC display can record the output.' ' ' 'NOTE: The tutorial message line below calls your attention to emulation Aid' 'Module A. As indicated in SCR2, aid modules are optional side paths. When' 'you have completed the screen(s) in an aid module, the last screen in the' 'module asks you to enter RTN to get back to the main path screen from which' 'you entered the aid module. ' '------------To learn about I2ICE HELP screens, enter MOD_A -------------'