/************************** I2ICE TUTORIAL SCREEN #9 ***************************/ menu=1 define literally P = 'include scr.8 nolist' define literally R = 'include scr.9 nolist' define literally RTN = 'include scr.9 nolist' define literally N = 'include scr.10 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'Now that memory and I/O have been mapped, you can | SCR9: LOAD |' 'load the sample program. The tutorial disk has | M = Go to main menu |' 'source code for a change-maker program written | N = Next screen |' 'in PL/M. The disk also contains a compiled, linked, | P = Previous screen |' 'and located version called CMKER2.ABS. See Chapter | Q = Quit tutorial |' '2 of your I2ICE System User''s Guide for a listing of | R = Rewrite SCR9 |' 'CMKER2. | SCR# = Screen desired |' ' ------------------------' 'Load the program''s absolute code by using the fol- ' 'lowing command. (Loading takes several seconds; the I2ICE system returns the' '* prompt when the program is loaded.)' ' ' ' LOAD CMKER2.ABS ' ' ' '-------------------------------------------------------------------------------'