help for the mips code. Q1)Suppose $t1 stores the base address of word array A and $s2 is associated with h,        convert to the following instruction into MIPS.        if A[m+3]<20:              A[m+1] = 5          else:               A[m] = 1 Q2)   Assume only $s1, $s2, $a0, $v0 registers can be used. Procedure calling convention MUST be followed.   def func(x):      a = x/3      if a == 20:          return a      else:          return 1

Systems Architecture
7th Edition
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Stephen D. Burd
Chapter2: Introduction To Systems Architecture
Section: Chapter Questions
Problem 2VE: A(n) __________ is a storage location implemented in the CPU.
icon
Related questions
Topic Video
Question

help for the mips code.

Q1)Suppose $t1 stores the base address of word array A and $s2 is associated with h,   

    convert to the following instruction into MIPS.

 

     if A[m+3]<20:

             A[m+1] = 5

         else:

              A[m] = 1

Q2)

  Assume only $s1, $s2, $a0, $v0 registers can be used. Procedure calling convention MUST be followed.

 

def func(x):

     a = x/3

     if a == 20:

         return a

     else:

         return 1

Expert Solution
steps

Step by step

Solved in 5 steps

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning