Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. In the immediate instruction format, what is range of value that can be stored in the immediate field? 0x0000 to 0xFFFF 0 to 1
1. In the immediate instruction format, what is range of value that can be stored in the immediate field?
0x0000 to 0xFFFF
0 to 1
0x0FFF to 0x0000
-1 to 1
2. Assume $t0 holds the address 0x10010000 and $t1 holds the address 0x10010010. Match the address that is read in each instruction. Some addresses may be used more than once and some may not be used.
1. lw $s0, 0($t0) 2. lw $s0, -16($t1) 3. lw $s1, 4($t1) 4. lw $s0,20($t0) |
A. 0x10010000 B. 0x10010014 C. 0x10010004 D. 0x10010008 E. 0x10010010
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started