/******** ICE-1500 EMULATOR (DOS) TUTORIAL FEATURE MODULE SCREEN #G.1 *********/ menu = 1 define literally PR = '''To go to the previous screen, enter RTN or M''' define literally R = 'include SCRG.1 nolist' define literally N = 'include SCRG.2 nolist' define literally M = 'include FMOD nolist' cls /******************************************************************************/ ' ---------------------------' ' FEATURE MODULE G: DEBUG PROCEDURES (7 screens) | SCRG1: DEBUG PROCs 1 |' ' | N = Next screen |' 'A debug procedure (PROC) is a procedure that has | R = Rewrite SCRG1 |' 'a name and is executed within the ICE-5100 | PR = Previous screen |' 'emulator by invoking its name. | M = Go to features menu |' ' | Q = Quit tutorial |' 'All PROCs use compound command constructs. | RTN = Return to main path |' ' | SCR# = Screen desired |' ' DO .. END ---------------------------' ' ' ' IF .. THEN .. ELSE .. END ' ' ' ' COUNT .. END' ' ' ' REPEAT .. END' ' ' 'NOTE: These constructs can also be entered directly (not within a PROC).' ' ' 'The following screens will demonstrate each construct within a PROC. ' ' ' '-------------Enter N to continue with this Feature Module--------------'