-

Changes

Jump to: navigation, search

Functions HI-TECH C INP

339 bytes added, 21:52, 31 July 2017
Created page with "<strong>INP, OUTP</strong> ==SYNOPSIS== char inp(unsigned port) void outp(unsigned, unsigned data) ==DESCRIPTION== These routines read and write bytes to and from I..."
<strong>INP, OUTP</strong>
==SYNOPSIS==

char inp(unsigned port)

void outp(unsigned, unsigned data)


==DESCRIPTION==
These routines read and write bytes to and from I/O
ports. <strong>Inp</strong>() returns the data byte read from the
specified port, and <strong>outp</strong>() outputs the data byte to the
specified port.

Navigation menu