Key Areas
MIPS
Key Components
Datapath
 
Help
Questions
Things To Do
 
  
 

MIPS IN-LAB EXERCISE

1)

Translate the following C code to MIPS:

A[300] = h + A[300]

[A = $s1; h = $s2]

SEE SOLUTIONS