-

Functions HI-TECH C INP

From HI-TECH C for CP/M Fan WIKI(EN)
Revision as of 21:52, 31 July 2017 by Kumokosi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

INP, OUTP

SYNOPSIS

char inp(unsigned port)

void outp(unsigned, unsigned data)


DESCRIPTION

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