/******** ICE-5100 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #J.2 **********/ menu = 1 define literally PR = 'include scrJ.1 nolist' define literally R = 'include scrJ.2 nolist' define literally N = 'include scrJ.3 nolist' define literally M = 'include FMOD nolist' load MESSG set :main_display to messg.lst source = false namescope = rotate cls /******************************************************************************/ ' ---------------------------' 'To start execution from a specific location, use | SCRJ2: GO COMMAND 2 |' 'the FROM option. (Executing the FROM option will | N = Next screen |' 'clear the trace buffer). | R = Rewrite SCRJ2 |' ' | PR = Previous screen |' 'One way to specify where to stop emulation is | M = Go to features menu |' 'to use the TIL option. The TIL option allows | Q = Quit tutorial |' 'you to specify up to 4 addresses (or expressions | RTN = Return to main path |' 'that evaluate to addresses), a range of addresses,| SCR# = Screen desired |' 'or an address and a range, as breakpoints. ---------------------------' ' ' 'To execute from the beginning of MESSG until 10 instructions within the ROTATE' 'procedure, enter:' ' ' ' GO FROM 0 TIL ROTATE LENGTH 10 ' ' ' '-------------Enter N to continue with this Feature Module--------------'