qc.hlp (Table of Contents; Topic list)
int86x
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <dos.h>
 
  Syntax:    int int86x( int intnum, union REGS *inregs,
                         union REGS *outregs, struct SREGS *segregs );
 
  Returns:   the value in the AX register after the interrupt returns.
 
  See also:  bdos, FP_SEG, intdos, intdosx, int86, segread
                                    -♦-