Question: Please provide help 4. (10 marks) Outline the machine language instruction format (i.e., describe how the machine language instruction is divided into fields and state

Please provide help Please provide help 4. (10 marks) Outline the machine language instruction

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 bne 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 $so, $sl, 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: bne $so, $sl, out sw $s2, 4($sl) addu $s 1,$s 1, $t0 j loop out: ori $t2, $87, 3 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 bne 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 $so, $sl, 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: bne $so, $sl, out sw $s2, 4($sl) addu $s 1,$s 1, $t0 j loop out: ori $t2, $87, 3

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!