/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #M.3 **********/ menu = 1 define literally PR = 'include scrM.2 nolist' define literally R = 'include scrM.3 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' load MESSG namescope = rotate base = hex cls /******************************************************************************/ ' ---------------------------' 'The following example will step through 3 | SCRM3: STEPPING 3 |' 'high-level line numbers beginning at the ROTATE | N = Next screen |' 'procedure of MESSG. Enter: | R = Rewrite SCRM3 |' ' | PR = Previous screen |' ' LSTEP 3 FROM .ROTATE | M = Go to features menu |' ' | Q = Quit tutorial |' 'LSTEP displays the line number of the next | RTN = Return to main path |' 'line number to be executed. | SCR# = Screen desired |' ' ---------------------------' 'Although LSTEP does not have to start at a high-level line number, it must ' 'start within a module which contains line information. LSTEP will not stop ' 'until it reaches a line number; therefore, it will step completely through an' 'ASM subroutine. The ICE-5100 supports source code display while stepping ' 'through the code. For more information on source code display see MODQ.' ' ' 'This ends Feature Module M. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE M ############################'