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.
LdixWb
                                              Up Contents Index Back
──P-Code Instructions───────────────────────────────────────────────────────
 
  Syntax
 
  LdixWb
 
  /* Push the word at *(this + offset) */
 
  Description
 
  Pushes the word at *(this + offset). The byte after the opcode
  contains:
 
       bit 7: 0 if near, 1 if far
       bits 0-6: signed offset/2
 
  The "this" pointer is fetched from [bp+6] as a word or longword
  (depending on whether the class is near or far, as specified in bit 7).
 
 
                                     -♦-