/************************** I2ICE TUTORIAL SCREEN #13 **************************/ menu=1 define literally P = 'include scr.12 nolist' define literally R = 'include scr.13 nolist' define literally RTN = 'include scr.13 nolist' define literally N = 'include scr.14 nolist' define literally M = 'include scr.2 nolist' cls /*******************************************************************************/ ' ------------------------' 'The nine hexadecimal output bytes in the emulation | SCR13: PAID REQUEST |' 'display and the ASCII translations are shown below. | M = Go to main menu |' ' Byte 0A 0D 50 61 69 64 20 3D 20 | N = Next screen |' ' ASCII LF CR P a i d SP = SP | P = Previous screen |' ' | Q = Quit tutorial |' '(In the above table, LF means line feed, CR means | R = Rewrite SCR13 |' 'carriage return, and SP means space.) Thus, we see | SCR# = Screen desired |' 'that the output bytes ask for the amount paid (Paid ------------------------' '= ). ' ' ' 'The information displayed after you entered HOLDIO and HALT is shown below.' ' PROBE 0 stopped at :CMAKER#5 because of halt' 'Note that whenever emulation stops, a line is displayed indicating why emula-' 'tion stopped. In this case, HALT stopped emulation. Under some circumstances' 'a second line gives probe emulation clip values and indicates that the I2ICE' 'trace buffer overflowed. (The emulation clips and trace buffer are explained' 'elsewhere in the tutorial.)' '-----------------------------------------------------------------------------'