diff options
author | Karel Kočí <cynerd@email.cz> | 2017-11-25 15:22:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-11-25 15:22:32 +0100 |
commit | afa9e930255b3c380ad37fccc0767508534bad13 (patch) | |
tree | ddb0c15f684f473067c9b0146f5fe55a4f7f7af4 /instructions.md | |
parent | fcb67b16d13de62092e3720d08adb0ef5e35de3d (diff) | |
download | qtmips-afa9e930255b3c380ad37fccc0767508534bad13.tar.gz qtmips-afa9e930255b3c380ad37fccc0767508534bad13.tar.bz2 qtmips-afa9e930255b3c380ad37fccc0767508534bad13.zip |
Fix SLTU instruction
Diffstat (limited to 'instructions.md')
-rw-r--r-- | instructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instructions.md b/instructions.md index 383d234..bfd936e 100644 --- a/instructions.md +++ b/instructions.md @@ -27,7 +27,7 @@ CPU Arithmetic Instruction * [x] SLT * [x] SLTI * [x] SLTIU -* [?] SLTU +* [x] SLTU * [x] SUB * [x] SUBU |