Last active
July 11, 2019 15:30
-
-
Save topspinppy/b69d3e665c45c45dcdc4cd7e60a6bc03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add $s0 , $s1 , $s2 | |
//เอา $s1 + $s2 ไปเก็บใน $s0 | |
sub $s3, $s4 , $s5 | |
//เอา $s4 - $s5 ไปเก็บใน $s3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment