Skip to content

Commit

Permalink
fixed the comment for ori instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
omer1977 committed Sep 27, 2019
1 parent 1a87182 commit bcc03b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab1/unittests/rand_test1.asm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and $a1, $t5, $t6 # $a1=15 or 0x0000000f
or $a2, $t5, $t6 # $a2=31 or 0x0000001f


ori $a3, $a0, 3 # $a3=14 or 0x00000013
ori $a3, $a0, 3 # $a3=19 or 0x00000013

slti $t0, $a0, 17 # $t0=1
addi $t0, $t0, 2 # $t0=3 or 0x00000003
Expand Down

0 comments on commit bcc03b7

Please sign in to comment.