diff options
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 |