diff options
author | Karel Kočí <cynerd@email.cz> | 2017-11-21 22:01:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-11-21 22:01:52 +0100 |
commit | cd9e572b6523fac483ce1695ae1785fca075cc53 (patch) | |
tree | 06fddd51de93b35915e1b6beeecec364be2492b1 /instructions.md | |
parent | 499a88621d12ff0cdcba1f8c796b7031d6adc649 (diff) | |
download | qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.tar.gz qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.tar.bz2 qtmips-cd9e572b6523fac483ce1695ae1785fca075cc53.zip |
Implement and test ADD
Diffstat (limited to 'instructions.md')
-rw-r--r-- | instructions.md | 7 |
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 |