/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #L.5 **********/ menu = 1 define literally PR = 'include scrL.4 nolist' define literally R = 'include scrL.5 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' load MESSG base = hex DEFINE TRCREG TRC1 = ROTATE LENGTH 8 DEFINE TRCREG TRC2 = #26 TO #28 cls /******************************************************************************/ ' ---------------------------' 'Enter the following set of commands to define a | SCRL5: TRACE 5 |' 'TRCREG for tracing between line numbers #26 and | N = Next screen |' '#28, to begin execution from 0 (which will clear | R = Rewrite SCRL5 |' 'the trace buffer), and to display the trace | PR = Previous screen |' 'buffer. Enter: | M = Go to features menu |' ' | Q = Quit tutorial |' ' DEFINE TRCREG TRC2 = #26 TO #28 | RTN = Return to main path |' ' GO FROM 0 TIL #30 TRACE TRC2 | SCR# = Screen desired |' ' PRINT ALL ---------------------------' ' ' 'Before continuing with the tutorial, remove TRC1 and TRC2. Enter:' ' ' ' REMOVE TRC1, TRC2 ' ' ' 'This ends Feature Module L. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE L ############################'