/************************** I2ICE TUTORIAL SCREEN #H7 **************************/
menu = 1
define literally P = 'include scrH.6 nolist'
define literally R = 'include scrH.7 nolist'
define literally N = 'include scrH.8 nolist'
define literally M = 'include aid.1 nolist'
cls
/*******************************************************************************/
'                                                       ------------------------'
'You can also use a trace register to control the     | SCRH7: TRACE REGISTERS |'
'collection of trace data.  Enter                     | M = Go to AID1 menu    |'
' DEFINE TRCREG TRACE1 = :CMAKER#83 LENGTH 5 <Enter>  | N = Next screen        |'
'Before we activate trace using the trace register,   | P = Previous screen    |'
'we need to clear the trace buffer.  Enter            | Q = Quit tutorial      |'
'    PRINT CLEAR <Enter>                              | R = Rewrite SCRH7      |'
'Check the trace buffer to see whether it is now      | SCR# = Screen desired  |'
'empty.  Enter                                          ------------------------'
'    PRINT INSTRUCTIONS ALL <Enter>                    '
'The trace buffer is clear.  To emulate using the trace register, enter (input'
'150 <Enter> for Paid and 108 <Enter> for Price)'
'    GO FROM TOP TRACE TRACE1;WAIT <Enter>'     
'(NOTE: To activate the trace register, you must use the TRACE option with the'
'GO command.)  Once again examine the trace buffer using the following command:' 
'    PRINT INSTRUCTIONS ALL <Enter>'
'The buffer contains the same trace information as that obtained in the pre-'
'vious screen with the trace specification.' 
'-------------- Enter N <Enter> to continue with Aid Module H ------------------'