From 7c84b869406b95966e721b71caa1cde1cf4c75ca Mon Sep 17 00:00:00 2001 From: DBJ314 <28739710+DBJ314@users.noreply.github.com> Date: Sun, 13 Jan 2019 14:51:46 -0500 Subject: [PATCH] Updated Instruction Encoding (markdown) --- Instruction-Encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instruction-Encoding.md b/Instruction-Encoding.md index 264f400..0f93582 100644 --- a/Instruction-Encoding.md +++ b/Instruction-Encoding.md @@ -7,7 +7,7 @@ The basic instruction word is required for every instruction encoding, it comes | Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | -| **Use** | D | D | D | D | D | S | S | S | S | S | O | O | O | O | O | O | +| **Use** | S | S | S | S | S | D | D | D | D | D | O | O | O | O | O | O | Where **D** represents the destination selector, **S** the source selector, and **O** the opcode number.