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