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