Skip to content

Instantly share code, notes, and snippets.

@topspinppy
Last active July 11, 2019 15:37
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/647494eb61ebf7e379c6790ca3479387 to your computer and use it in GitHub Desktop.
Save topspinppy/647494eb61ebf7e379c6790ca3479387 to your computer and use it in GitHub Desktop.
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