-

Difference between revisions of "Functions HI-TECH C INP"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 21:52, 31 July 2017

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.