HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

             int intdos(union REGS *inregs, union REGS *outregs )


       - prototype in dos.h

       - Executes 8086 software interrupt INT 21
       - Copies register values from inregs into the registers
       - if CF is set, an error has occurred
       - unique to DOS
       - see   intdosx()   int86()   int86x()   intr()   REGS

Esc or Alt-X to exit intdos Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann