Updated Instruction Encoding (markdown)

DBJ314 2019-01-13 14:51:46 -05:00
parent e2d8a16754
commit 7c84b86940

@ -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.