ioWrite abstract method

void ioWrite(
  1. int port,
  2. int value
)

Should write the given unsigned 8-bit byte to the given I/O port.

Implementation

void ioWrite(int port, int value);