/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #L.3 **********/ menu = 1 define literally PR = 'include scrL.2 nolist' define literally R = 'include scrL.3 nolist' define literally N = 'include scrL.4 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex cls /******************************************************************************/ ' ---------------------------' 'The emulator allows tracing of specific portions | SCRL3: TRACE 3 |' 'of program code using options of the GO command | N = Next screen |' 'or trace registers (TRCREGs). | R = Rewrite SCRL3 |' ' | PR = Previous screen |' 'TRCREGs are used with the GO command. The | M = Go to features menu |' 'following definition specifies a TRCREG to trace | Q = Quit tutorial |' 'any instruction whose address is within 8 bytes | RTN = Return to main path |' 'of the start of the ROTATE. | SCR# = Screen desired |' ' ---------------------------' ' DEFINE TRCREG TRC1 = ROTATE LENGTH 8 ' ' ' 'Clear the trace buffer before continuing. Enter: ' ' ' ' PRINT CLEAR ' ' ' '-------------Enter N to continue with this Feature Module--------------'