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++ 3.0r4 - <b>outp</b> 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

   Note-This function is not available under OS/2.

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

   outp writes the least significant byte of value to the specified port.
   outpw writes the word value to the specified port.

   The compiler generates inline code for outp and outpw.

Example 

   See the example for inp, inpw.

See Also

   inp, inpw, outpw




See Also: inp outp

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