a) The IA-32 processor employs little endian memory storage order. An instruction on this processor writes the contents of the 32-bit EAX register into memory at address 0x80084004. Show the hex contents of the byte at location 0x80084006 if EAX contains 0xFEEDBEEF.
The contents of the byte = ______________________
b) The SparcV8 processor employs big endian memory storage order. An instruction on this processor stores the contents of the %o7 register into memory at address 0x80084004. Show the hex contents of the byte at location 0x80084007 if %o7 contains 0xA1C0FFEE.
The contents of the byte = ___________