From 054225612d13e9a32b7900e423590367b5969b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 21 Nov 2017 23:37:09 +0100 Subject: Implement some immediate arithmetic instructions --- instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'instructions.md') diff --git a/instructions.md b/instructions.md index a3ee0a0..81a0d76 100644 --- a/instructions.md +++ b/instructions.md @@ -11,8 +11,8 @@ Explanation of checkboxes: CPU Arithmetic Instruction -------------------------- * [-] ADD -* [ ] ADDI -* [ ] ADDIU +* [-] ADDI +* [-] ADDIU * [-] ADDU * [ ] CLO * [ ] CLZ @@ -26,8 +26,8 @@ CPU Arithmetic Instruction * [ ] MULT * [ ] MULTU * [-] SLT -* [ ] SLTI -* [ ] SLTIU +* [-] SLTI +* [-] SLTIU * [?] SLTU * [-] SUB * [-] SUBU -- cgit v1.2.3