/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #L.2 **********/ menu = 1 define literally PR = 'include scrL.1 nolist' define literally R = 'include scrL.2 nolist' define literally N = 'include scrL.3 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex GO FROM 0 TIL #28 TRACE cls /******************************************************************************/ ' ---------------------------' 'The PRINT command can also be used to display | SCRL2: TRACE 2 |' 'portions of the trace buffer. To examine the | N = Next screen |' 'last 3 instructions executed, enter: | R = Rewrite SCRL2 |' ' | PR = Previous screen |' ' PRINT NEWEST 3 | M = Go to features menu |' ' | Q = Quit tutorial |' 'A second method of examining the trace buffer is | RTN = Return to main path |' 'to use the internal editor. The editor makes | SCR# = Screen desired |' 'it possible to examine and search the trace ---------------------------' 'buffer, and to save it to a disk file. Refer to the ICE-5100 Emulator' 'Reference Manual description of the EDIT command for information on using the' 'internal editor. ' ' ' '-------------Enter N to continue with this Feature Module--------------'