Unit gwportio

Classes

Functions

PortIn - ----------------------------------- lowest-complexity I/O port functions -----------------------------------

------------------------------------------- -----------------------------------------
PortInL - -----------------------------------------
PortInW - -----------------------------------------
PortOut - -----------------------------------------
PortOutL - -----------------------------------------
PortOutW - -----------------------------------------

Types

Constants

Variables


Functions


function PortIn( PortNum: word) : byte;

----------------------------------- lowest-complexity I/O port functions -----------------------------------

------------------------------------------- -----------------------------------------


function PortInL( PortNum: word) : longint;

-----------------------------------------

function PortInW( PortNum: word) : word;

-----------------------------------------

procedure PortOut( PortNum: word; a: byte);

-----------------------------------------

procedure PortOutL(PortNum: word; a: longint);

-----------------------------------------

procedure PortOutW(PortNum: word; a: word);

-----------------------------------------

Types


Constants


Variables