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

outportl

   

Declaration:

Procedure outportl (port : Word; data : Longint) ;

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:

inportl, outportw, outportb

For an example, see outportb.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998