Share via


INPORT8 (Compact 2013)

10/16/2014

This macro reads a byte from a specified address.

Syntax

#define INPORT8(x)

Parameters

  • x
    Specifies the port address. On x86-based hardware platforms, the I/O address space is used.

Return Value

Returns the byte read from the specified port address.

Requirements

Header

oal_io.h

See Also

Reference

OAL I/O Macros