Last active
July 11, 2019 15:37
-
-
Save topspinppy/647494eb61ebf7e379c6790ca3479387 to your computer and use it in GitHub Desktop.
This file contains 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
addi $s0 , $s1, 10 // f = g + 10 < บวกค่า 10 ไปตรงๆ | |
---- ลบกับค่าคงที่ ---- | |
addi $s0, $s1, -10 // f = g - 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment