Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 helpimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Additional Factors Affecting Group Communication?

Answered: 1 week ago