Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - outp, outpw http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   outp, outpw

   Usage

   #include <dos.h>
   void outp(int port_address,int value);
   void outpw(int port_address,int value);

   Description
   outp  and outpw are C interfaces to the 8086 hardware I/O ports  using
   the "out" 8086 instructions.

   outp writes the least significant byte of value to the specified port.
   outpw writes the word value to the specified port.
   If dos.h is included, the compiler generates inline code for outp  and
   outpw.

   Example
   See the example for inp, inpw.


See Also: inp inpw

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