aboutsummaryrefslogtreecommitdiff
path: root/instructions.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-11-21 22:01:52 +0100
committerKarel Kočí <cynerd@email.cz>2017-11-21 22:01:52 +0100
commitcd9e572b6523fac483ce1695ae1785fca075cc53 (patch)
tree06fddd51de93b35915e1b6beeecec364be2492b1 /instructions.md
parent499a88621d12ff0cdcba1f8c796b7031d6adc649 (diff)
downloadqtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.tar.gz
qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.tar.bz2
qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.zip
Implement and test ADD
Diffstat (limited to 'instructions.md')
-rw-r--r--instructions.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/instructions.md b/instructions.md
index ccc16bc..bbeac20 100644
--- a/instructions.md
+++ b/instructions.md
@@ -2,9 +2,14 @@ Instructions
============
This is list of all MIPS1 instructions and their implementation status in QtMips.
+Explanation of checkboxes:
+* [ ] Not tested
+* [-] Tested non-pipelined core
+* [x] Tested on non-pipelined and pipelined core
+
CPU Arithmetic Instruction
--------------------------
-* [ ] ADD
+* [-] ADD
* [ ] ADDI
* [ ] ADDIU
* [ ] ADDU