Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>out send byte to output port</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
OUT                      Send Byte to Output Port

 OUT port,data

    Sends one byte of data to a specified output port.

        port    An integer expression in the range 0 to 65535; specifies
                the port number.

        data    An integer expression in the range 0 to 255; specifies the
                data byte.

See Also: INP

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson