Last active
September 6, 2017 22:39
-
-
Save Subv/7e1ded529bd6eb014fcf7319672bd03e 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
setup: | |
addi $t0, $zero, 1 | |
addi $t1, $zero, 2 | |
addi $t3, $zero, 3 | |
addi $t4, $zero, 4 | |
addi $t5, $zero, 5 | |
addi $t6, $zero, 61 | |
addi $t7, $zero, -10 | |
loop1: | |
add $t0, $t0, $t5 | |
bne $t0, $t6, loop1 | |
loop2: | |
sub $t1, $t1, $t3 | |
bne $t1, $t7, loop2 | |
j skip_mov | |
add $t7, $zero, 500 # Should not execute | |
skip_mov: | |
add $t6, $zero, $t7 |
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
0100 0820 0200 0920 0300 0b20 0400 0c20 | |
0500 0d20 3d00 0e20 f6ff 0f20 2040 0d01 | |
feff 0e15 2248 2b01 feff 2f15 0d00 0008 | |
f401 0f20 2070 0f00 |
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
20080001 | |
20090002 | |
200b0003 | |
200c0004 | |
200d0005 | |
200e003d | |
200ffff6 | |
010d4020 | |
150efffe | |
012b4822 | |
152ffffe | |
0800000d | |
200f01f4 | |
000f7020 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment