Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     la      $t3,    countersArray
  2.     lw      $t0,    0($t2)          # getting counter
  3.     add     $t0,    $t0,    1       # adding one
  4.     sw      $t0,    0($t2)          # storing counter
Add Comment
Please, Sign In to add comment