Writes the low 32 bits of value to port.
How to read it
- Writes four bytes as a 32-bit value to the port.
- Used for PCI configuration space.
Examples
REM Write PCI config address
OUTPORTD &CF8, &80000000
Notes
- Only use where the hardware expects a 32-bit port write.
See also:
OUTPORT · OUTPORTW · OUTPORTQ · INPORTD