writeWord abstract method

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

Write a single word to the given memory location.

Implementation

void writeWord(int address, int value);