[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
outportb()               Output to a Hardware Port

 #include   <dos.h>

 void       outportb(port,byte);
 int        port;                        Specified port
 char       byte;                        Byte to be output

    outportb() is a macro that writes the byte given by 'byte' to the
    output port specified by 'port'.

    Returns:    There is no return value.

See Also: inportb() outport()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson