/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #K.2 **********/ menu = 1 define literally PR = 'include scrK.1 nolist' define literally R = 'include scrK.2 nolist' define literally N = 'include scrK.3 nolist' define literally M = 'include FMOD nolist' load MESSG namescope = rotate DEFINE BRKREG BRK1 = #28 cls /******************************************************************************/ ' ---------------------------' 'To invoke a BRKREG, you must use GO USING rather | SCRK2: BREAK REGISTERS 2 |' 'than GO TIL. Enter: | N = Next screen |' ' | R = Rewrite SCRK2 |' ' GO USING BRK1 | PR = Previous screen |' ' | M = Go to features menu |' 'Note that emulation broke after executing the | Q = Quit tutorial |' 'first instruction of line #28 because of | RTN = Return to main path |' 'break register BRK1. | SCR# = Screen desired |' ' ---------------------------' 'BRKREGs can also be used to execute procedures (refer to feature module G for' 'information on procedures). Note that the procedure must return a boolean ' 'value. Returning a TRUE value will cause the ICE to remain in halt mode, ' 'while returning FALSE will cause the ICE to re-enter emulation.' ' ' '-------------Enter N to continue with this Feature Module--------------'