/************************** I2ICE TUTORIAL SCREEN #12 **************************/ menu=1 define literally P = 'include scr.11 nolist' define literally R = 'include scr.12 nolist' define literally RTN = 'include scr.12 nolist' define literally N = 'include scr.13 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'Now begin emulation by entering | SCR12: HOLDIO/HALT |' ' GO | M = Go to main menu |' 'When the screen requests an input byte, interrupt | N = Next screen |' 'emulation by entering | P = Previous screen |' ' HOLDIO | Q = Quit tutorial |' 'Then when you receive the "?" prompt, exit from | R = Rewrite SCR12 |' 'emulation mode by entering | SCR# = Screen desired |' ' HALT ------------------------' '(You are now in interrogation mode.) You have seen ' 'the first part of the sample program''s emulation display. Enter N ' 'for an explanation of the display.' '-------------------------------------------------------------------------------'