Question: Consider the following code: Ibu $t0, 1(St1) sw $t0, 0($12) Assume the followings. 1. The register $t1 contains the content Ox1000,0000. 2. The word
Consider the following code: Ibu $t0, 1(St1) sw $t0, 0($12) Assume the followings. 1. The register $t1 contains the content Ox1000,0000. 2. The word at memory address 0x1000,0000 is OxAABB, CCDD. Use big-endian. What value of the word is stored at the memory address pointed to by register $t2? Show the value of the word in hexadecimal in format OxABCD,ABCD. Ox QUESTION 6 Consider the following code: lb $t0, 1($t1) sw $t0, 0($t2) Assume the followings. 1. The register $t1 contains the content Ox1000,0000. 2. The word at memory address 0x1000,0000 is OxAABB, CCDD. Use big-endian. What value of the word is stored at the memory address pointed to by register $t2? Show the value of the word in hexadecimal in format OxABCD,ABCD. Ox
Step by Step Solution
3.32 Rating (149 Votes )
There are 3 Steps involved in it
In bigendian machine first byte of multibyte data will be store... View full answer
Get step-by-step solutions from verified subject matter experts
