outpl

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)
  3. uint outpl(uint port_address, uint value)
    version(AnyX86)
    uint
    outpl
    (,
    uint value
    )
Suggestion Box / Bug Report