memRead abstract method

int memRead(
  1. int address
)

Should return the unsigned 8-bit byte at the given memory address.

Implementation

int memRead(int address);