aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-01-15 14:36:31 +0100
committerKarel Kočí <cynerd@email.cz>2018-01-15 14:36:31 +0100
commited851a24951417b2493211835f9e488448890be6 (patch)
treee9e3647ab470c10da519ec4593834979d17f7852 /instructions.md
parent78534f29b90fcf7484ed8b64e404a7059a69abea (diff)
downloadqtmips-ed851a24951417b2493211835f9e488448890be6.tar.gz
qtmips-ed851a24951417b2493211835f9e488448890be6.tar.bz2
qtmips-ed851a24951417b2493211835f9e488448890be6.zip
Fix SRA and SRAV instructions
This implementation is correct one but there is no guarantee that it will work with all compilers so we should always check on given platform that tests pass (and potentially fix it).
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/instructions.md b/instructions.md
index f9666ec..4340a7a 100644
--- a/instructions.md
+++ b/instructions.md
@@ -4,7 +4,6 @@ This is list of all MIPS1 instructions and their implementation status in QtMips
Explanation of checkboxes:
* [ ] Not tested
-* [?] Somewhat tested but not sure about correctness of implementation
* [x] Tested
CPU Arithmetic Instruction
@@ -98,8 +97,8 @@ CPU Shift Instructions
----------------------
* [x] SLL
* [x] SLLV
-* [?] SRA
-* [?] SRAV
+* [x] SRA
+* [x] SRAV
* [x] SRL
* [x] SRLV