Skip to content

Commit

Permalink
Merge pull request #117 from sp1187/master
Browse files Browse the repository at this point in the history
Fix syntax typo in Readme
  • Loading branch information
unknownbrackets committed Aug 8, 2017
2 parents c39eb76 + 782ef0e commit 07853e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ sge reg1,reg2,reg3
sgeu reg1,reg2,reg3
sne reg1,reg2,reg3
seq reg1,reg2,reg3
```

If reg2 is less than/greater than or equal to/equal to/not equal to reg3/Imm, sets reg1 to `1`, otherwise sets reg1 to `0`. Various combinations of `li`, `slt`/`sltu`/`slti`/`sltiu` and `xor`/`xori` are used.

Expand Down

0 comments on commit 07853e5

Please sign in to comment.