P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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  */
 
 
                                     -♦-