In the SPIM data segment above identify the contents at the
     In the SPIM data segment above, identify the contents at the following address locations assuming Big Endian convention:  The word at 0 Times 10010018 is  The byte at 0 Times 10010050 is  The byte at 0 Times 1001004c is  The word at 0 Times 10010034 is 
  
  Solution
In bid endian the higher byte can be stored in ower order fo memory location...
-- The word at 0x10010018 is 6f72
-- The byte at 0x10010050 is 6f
-- The byte at 0x1001004c is 6e
-- The word at 0x10010034 is 6f20

