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`