BackNext
Address
  Data represents a memory address.

  Addresses are unsigned.
    Some systems have a smaller data path than address path.
      Requires multiple reads

  Other systems have a data path wider than address path.
    Original IBM 360 had 32 bit registers but only a 24 bit address.
    (4 Meg). Upper 4 bits of register ignored.