Guest User

Untitled

a guest
Jul 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. MAC:
  2. mult $t2, $t3
  3. mflo $t8
  4. lw $t7, 0($t4)
  5. add $t7, $t7, $t8
  6. sw $t7, 0($t4)
  7. j end
  8. MUL:
  9. mul $t8, $t2, $t3
  10. sw $t8, 0($t4)
  11. j end
Add Comment
Please, Sign In to add comment