Question: Given the following segment of a MIPS assembly code and its corresponding machine code. Fill in the blanks assuming the message 1 occupies 2 7

Given the following segment of a MIPS assembly code and its corresponding machine code. Fill in the blanks assuming the message1 occupies 27 characters and stored in memory starting from location 0x11220000 and message2 follows message1.
Location Machine Code Assembly Program
0x004000000x3402________ li $v0,-9
0x004000040x3c04_________ loop: la $a0, message1
0x004000080x1844_________ blez $v0, next
0x0040000c 0x3408_________. li $t0,2
0x004000100x01024020 add $t0,$t0,$v0
0x004000140x1440__________ next: $v0, loop
0x004000180x3c01___________ la $a0, messge2
0x0040001c 0x3424_________

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!