◄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). -♦-