Suppose your memory is byte addressable and Little
Endian, with four (4) bytes per word and eight (8) bytes per double
word. Write an expression for Z, the address from which I would load
the most significant byte (MSB) of a double word.
That is, choose A and B such that any byte loaded from an address,
, where
will be properly aligned, and will contain the
most significant bit (msb) of the associated double word.