Answered step by step
Verified Expert Solution
Question
1 Approved Answer
4. (10 marks) Outline the machine language instruction format (i.e., describe how the machine language instruction is divided into fields and state what each field
4. (10 marks) Outline the machine language instruction format (i.e., describe how the machine language instruction is divided into fields and state what each field is used for), and give the decimal value of each field, for each instruction in the following block of code. Assume that the code begins at memory address 500010. (NOTE: for the beq and j instructions, you may find helpful the example on page 115 of the text. Also be aware that when run using the default settings, QtSpim does not actually calculate the correct numeric constant field for branches, and so it will not show the correct machine code for "bne $t0, $s6, out". As described in the lecture notes and the text, the offset to the branch destination is measured in words, and calculated from the instruction *after* the branch instruction.) loop: addiu Ss7, $s7, 4 lw St0, 8(Ss7) beq $t0, $s6, out j loop addu $s7, Ss7, Ssl out: 4. (10 marks) Outline the machine language instruction format (i.e., describe how the machine language instruction is divided into fields and state what each field is used for), and give the decimal value of each field, for each instruction in the following block of code. Assume that the code begins at memory address 500010. (NOTE: for the beq and j instructions, you may find helpful the example on page 115 of the text. Also be aware that when run using the default settings, QtSpim does not actually calculate the correct numeric constant field for branches, and so it will not show the correct machine code for "bne $t0, $s6, out". As described in the lecture notes and the text, the offset to the branch destination is measured in words, and calculated from the instruction *after* the branch instruction.) loop: addiu Ss7, $s7, 4 lw St0, 8(Ss7) beq $t0, $s6, out j loop addu $s7, Ss7, Ssl out
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