HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

               MSC: int outp( unsigned port, int datab )
               MSC: unsigned outpw(unsigned port, unsigned dataw )


       - prototype in conio.h

       - write data value to port specified in port
       - port = hardware I/O port
       - datab = byte value to write
       - dataw = word value to write

       - Turbo C uses outportb() and outport()

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