outportw
Write word to I/O port
Declaration
Source position: go32.pp line 181
procedure outportw(port: Word; data: Word);
Description
Sends 1 word of 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.
For an example, see outportb .
Errors
None.
See also
Name | Description |
---|---|
inportw | Read word from I/O port |
outportb | Write byte to I/O port |
outportl | Write longint to I/O port |