Write longint to I/O port.
Source position: go32.pp line 171
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.  |