[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Outb()

         Outputs a byte to a hardware port

    Syntax:

         Outb( nPort, nValue ) -> Nil

         nPort  : System port
         nValue : Byte to send

    Description:

         DANGER!!
         This function allows low level access to system. It should be used
         with extreme care and requires a thorough knowledge of computer
         Architecture.

    Return:

         Nothing.

    Example:

         Outb ( 256, 3 )

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