Created
August 24, 2016 09:57
-
-
Save denpatin/a41f7a10d2ae7b807a151613b9ad8e40 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
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