memWrite abstract method

void memWrite(
  1. int address,
  2. int value
)

Should write the given unsigned 8-bit byte value to the given memory address.

Implementation

void memWrite(int address, int value);