C Language and Libraries Help (clang.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_int86, _int86x, _intdos, _intdosx
◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
─────Run-Time Library───────────────────────────────────────────────────────
Include: <dos.h>
Syntax: int _int86( int intnum, union _REGS *inregs,
union _REGS *outregs );
int _int86x( int intnum, union _REGS *inregs,
union _REGS *outregs, struct _SREGS *segregs );
int _intdos( union _REGS *inregs, union _REGS *outregs );
int _intdosx( union _REGS *inregs, union _REGS *outregs,
struct _SREGS *segregs );
Returns: the value in the AX register after the interrupt returns.
See also: _bdos, _segread, _FP_SEG, __asm
-♦-