/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #J.3 **********/ menu = 1 define literally PR = 'include scrJ.2 nolist' define literally R = 'include scrJ.3 nolist' define literally N = 'include scrJ.4 nolist' define literally M = 'include FMOD nolist' load MESSG set :main_display to messg.lst source = false namescope = rotate cls /******************************************************************************/ ' ---------------------------' 'To stop emulation upon leaving a range of | SCRJ3: GO COMMAND 3 |' 'addresses, use the OUTSIDE option. The following | N = Next screen |' 'command will start emulation at the beginning | R = Rewrite SCRJ3 |' 'of the wait loop in the MESSG program, and | PR = Previous screen |' 'continue until execution leaves the loop. Enter: | M = Go to features menu |' ' | Q = Quit tutorial |' ' GO FROM 8CH TIL OUTSIDE 8CH TO 93H | RTN = Return to main path |' ' | SCR# = Screen desired |' 'When using the GO command, previously defined ---------------------------' 'TIL conditions will continue to be used until new options are entered. To' 'clear all breakpoints, use the FOREVER option. Enter:' ' ' ' GO FROM 0 FOREVER ' ' ' 'To halt emulation, enter: ' ' ' ' HALT ' ' ' '-------------Enter N to continue with this Feature Module--------------'