P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
Ldift<t>
                                              Up Contents Index Back
──P-Code Instructions───────────────────────────────────────────────────────
 
  Syntax
 
  Ldift<t>
 
  /* Load item indirect far through t register */
 
  Possible Instructions
 
  LdiftB, LdiftW
 
  See: P-Code Data Types
 
  Description
 
  Loads an indirect value through the p-code temporary register t.
 
  Pseudocode equivalent:
 
  Push<t>(*t);
 
  This instruction is generated by statements such as the following:
 
  rgw[3] = *lpshort++;     /* generates LdiftW  */
 
 
                                     -♦-