[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Write longint to I/O port
Source position: go32.pp line 168
procedure outportl( |
port: Word; |
data: LongInt |
); |
Sends 1 longint of data to the specified I/O port.
Parameters:
Return values: None.
For an example, see outportb.
None.
|
Read longint from I/O port |
|
|
Write word to I/O port |
|
|
Write byte to I/O port |