Question: 2. (10 points) Write a MIPS code that would switch the values of registers R1 and R2. Your code SHOULD NOT use Loads/Stores. Your code

2. (10 points) Write a MIPS code that would switch the values of registers R1 and R2. Your code SHOULD NOT use Loads/Stores. Your code SHOULD use the MIPS syntax explained in class.

In a style similar to this

ADDI R1, R0, #1

SW R1, 2000 (R0)

LOOP: LW R1, 2000 (R0)

MULT R2, R1, #4

ADDI R3,R2, #5000

LW R4, 0 (R3)

LW R5, 1500 (R0)

ADD R6, R4, R5

LW R1, 2000 (R0)

MULT R2, R1, #4

ADDI R1, R1, #1

SW R6, 0(R7) S

W R1, 2000 (R0)

ADDI R1, R1, #1

SW R1, 2000 (R0)

ADDI R1, R1, #1

LW R1, 2000 (R0)

ADDI R8, R1, #-101

BNEZ R8, LOOP

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!