From cea14f627e6bae9680ba187abd7c6800d339d47c Mon Sep 17 00:00:00 2001 From: Demmolo Date: Sat, 30 Dec 2017 02:27:09 +0100 Subject: [PATCH] - typo fix --- Instruction-Set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instruction-Set.md b/Instruction-Set.md index 847595d..438283a 100644 --- a/Instruction-Set.md +++ b/Instruction-Set.md @@ -49,7 +49,7 @@ ### Instruction encoding Instructions are 1-3 words long and are fully defined by the first word. In a basic instruction, the lower 6 bits of the first word of the instruction -are the opcode, and the remaining 12 bits are split into a 5 bit destination operand +are the opcode, and the remaining 10 bits are split into a 5 bit destination operand and a 5 bit source operand. In bits, a basic instruction has the format: `sssssdddddoooooo`