Skip to content

Instantly share code, notes, and snippets.

@topspinppy
Created July 11, 2019 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topspinppy/3ba3f95617aa337cd850b47463334ffe to your computer and use it in GitHub Desktop.
Save topspinppy/3ba3f95617aa337cd850b47463334ffe to your computer and use it in GitHub Desktop.
add $t0,$s0,$s1 //temp = b + c
add $t1,$t0,$s2 //temp = temp + d
sub $s4,$t1,$s3 //a = temp - e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment