◄Up► ◄Contents► ◄Index► ◄Back► ──P-Code Instructions─────────────────────────────────────────────────────── Syntax StinQW<b> /* Store indirect bit field into word using near pointer. */ Description Pops the near pointer and a word from the top of the stack and merges the bit field contained within the word with the contents of the word stored at the location referenced by the near pointer. The one byte parameter <b> specifies the shift count (0-15) and the width (minus 1) of the bit field (0-15). -♦-