Question: ] : Consider the following loop in MIPS assembly code: LOOP: slt $t 2 , $ 0 , $t 1 beq $t 2 , $

]: Consider the following loop in MIPS assembly code:
LOOP: slt $t2, $0, $t1
beq $t2, $0, DONE
addi $t1, $t1,-1
addi $s2, $s2,2
j LOOP
DONE: sll $s2, $s2,2
Assume we place the loop starting at location 0x40000 in memory.
1.[5 pts] What is the address of the last instruction DONE?
2.[10 pts] What is the MIPS machine code for the instruction beq and j? Show your steps.

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 Programming Questions!