/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #L.4 **********/ menu = 1 define literally PR = 'include scrL.3 nolist' define literally R = 'include scrL.4 nolist' define literally N = 'include scrL.5 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex DEFINE TRCREG TRC1 = ROTATE LENGTH 8 PRINT CLEAR cls /******************************************************************************/ ' ---------------------------' 'Enter the following command to begin emulation | SCRL4: TRACE 4 |' 'using the trace conditions specified in TRC1. | N = Next screen |' 'Enter: | R = Rewrite SCRL4 |' ' | PR = Previous screen |' ' GO FROM 0 TIL #30 TRACE TRC1 | M = Go to features menu |' ' | Q = Quit tutorial |' 'Now examine what was traced. Enter: | RTN = Return to main path |' ' | SCR# = Screen desired |' ' PRINT ALL ---------------------------' ' ' 'For more information on source code display and the trace display, go to MODQ' '-------------Enter N to continue with this Feature Module--------------'