/********* ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #P.5 ********/ menu = 1 define literally PR = 'include scrP.4 nolist' define literally R = 'include scrP.5 nolist' define literally N = '''To got to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' include stat51 nolist include stat52 nolist cls /******************************************************************************/ ' ---------------------------' 'If you do not want to see the listing of the | SCRP5: SAVE DEBUG 5 |' 'file as it is being included, add the NOLIST | N = Next Screen |' 'option to the INCLUDE command: | R = Rewrite SCRP5 |' ' | PR = Previous screen |' ' INCLUDE STAT51 NOLIST | M = Go to features menu |' ' | Q = Quit tutorial |' 'To execute the STATUS procedure, enter: | RTN = Return to main path |' ' | SCR# = Screen desired |' ' STATUS ---------------------------' ' ' 'NOTE: If you are using the ICE-5100 emulator 252 probe, include a version of ' 'the STATUS procedure which will display the current CPU. Enter: ' ' ' ' INCLUDE STAT52 NOLIST ' ' STATUS ' ' ' 'This ends Feature Module P. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE P ############################'