/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #K.5 **********/ menu = 1 define literally PR = 'include scrK.4 nolist' define literally R = 'include scrK.5 nolist' define literally N = '''To go to the next screen, enter RTN or M''' define literally M = 'include FMOD nolist' load MESSG namescope = rotate DEFINE BRKREG BRK1 = #28 DEFINE BRKREG BRK2 = #29 CALL CHKREG cls /******************************************************************************/ ' ---------------------------' 'Remove BRK1 and BRK2 from host system memory: | SCRK5: BREAK REGISTERS 5 |' ' REMOVE BRK1, BRK2 | N = Next screen |' ' | R = Rewrite SCRK5 |' 'If you saved BRK2 to disk by executing the | PR = Previous screen |' 'commands on the previous screen you can recall | M = Go to features menu |' 'the break register from memory by entering: | Q = Quit tutorial |' ' INCLUDE BRK.TMP | RTN = Return to main path |' ' | SCR# = Screen desired |' 'Use either of the following commands to check ---------------------------' 'that the break register is in system memory: ' ' ' ' 1. Enter DIR BRKREG to display the names of all break registers.' ' 2. Enter BRKREG BRK2 to display the definition of BRK2.' ' ' 'Before continuing with the tutorial, remove BRK2 if it was recalled from' 'memory. Enter:' ' REMOVE BRK2 ' 'This ends Feature Module K. Enter RTN to return to the main path of' 'the tutorial, or M to go to the features menu.' ' ' '########################## END OF FEATURE MODULE K ############################'