outpw

Writes and returns value to I/O port at port_address.

  1. ubyte outp(uint port_address, ubyte value)
  2. ushort outpw(uint port_address, ushort value)
    version(AnyX86)
    ushort
    outpw
    (,
    ushort value
    )
  3. uint outpl(uint port_address, uint value)
Suggestion Box / Bug Report