ioRead abstract method

int ioRead(
  1. int port
)

Should read a return unsigned 8-bit byte read from the given I/O port.

Implementation

int ioRead(int port);