next up previous contents index
Next: outportw Up: Functions and Procedures Previous: inportl

outportb

   

Declaration:

Procedure outportb (port : Word; data : byte) ;

Description:

Sends data to the specified I/O port

Parameters:

port:
the I/O port number to send data to
data:
value sent to I/O port

Return values: none

Errors:

none

See also:

inportb, outportl, outportw

inputgo32ex/outport.tex



root
Fri Sep 11 18:24:36 CEST 1998