qc.hlp (Table of Contents; Topic list)
WORDREGS
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <dos.h> or <bios.h>
 
  Structure:
 
  struct WORDREGS
  {
      unsigned int ax;
      unsigned int bx;
      unsigned int cx;
      unsigned int dx;
      unsigned int si;
      unsigned int di;
      unsigned int cflag;
  };