next up previous contents
Next: Execution-Time Control Up: Writing Code to Access Previous: Comparing Times   Contents

Accessing Permanent Data Structures

As explained in section 2.3.2, permanent data structures, such as Run Headers, are held in division 2 of the Q store where they are available to any code that needs them. To access the top level MAST bank used the link LMAST_PERM. For example, to pick up the link to the RHDR bank:-

    lrhdr = lq(lmast_perm - kmast_rhdr)



sno Guest Acct 2009-09-09