Share via


OUTPORT8 (Compact 2013)

10/16/2014

This macro writes a byte to a specified address.

Syntax

#define OUTPORT8(x, y)

Parameters

  • x
    Specifies the port address to which the byte will be written. On x86-based hardware platforms, the I/O address space is used.
  • y
    Specifies the byte to write to the port address.

Return Value

None.

Requirements

Header

oal_io.h

See Also

Reference

OAL I/O Macros