Skip to content

Instantly share code, notes, and snippets.

@denpatin
Created August 24, 2016 09:57
Show Gist options
  • Save denpatin/a41f7a10d2ae7b807a151613b9ad8e40 to your computer and use it in GitHub Desktop.
Save denpatin/a41f7a10d2ae7b807a151613b9ad8e40 to your computer and use it in GitHub Desktop.
li $t0, 0x10010000
addiu $t1, $t0, 0x100
li $t2, 0
li $t3, 1
Square:
sw $t2, ($t0)
addiu $t0, $t0, 4
add $t2, $t2, $t3
addiu $t3, $t3, 2
bne $t0, $t1, Square
nop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment