Question: For the following code: lbu $t0, 0($t1) sw $t0, 0($t2) Assume that the register $t1 contains the address 0x10000000 and the data at address is
For the following code:
lbu $t0, 0($t1)
sw $t0, 0($t2)
Assume that the register $t1 contains the address 0x10000000 and the data at address is 0x11223344.
1. What value is stored in 0x10000004 on a big-endian machine?
2. What value is stored in 0x10000004 on a little-endian machine?
Step by Step Solution
3.45 Rating (158 Votes )
There are 3 Steps involved in it
Here are the answers to your questions 1 Value stored in 0x10000004 on a bigen... View full answer
Get step-by-step solutions from verified subject matter experts
