Controlling the Execution of Store


A store instruction operates similarly to the load instruction. The main difference would be that A memory (or I-type) instruction sw, store word, is given as follows.

  sw  $t1, offset($t2)
  # mem[[$t2]+offset]=$t1
  # mem[ [rs]+offset]= rt