For the following code: lbu $t0, 0($t1) sw $t0, 0($t2) Assume that the register $t1 contains the

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 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?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: