- typo fix

Demmolo 2017-12-30 02:27:09 +01:00
parent 804af72104
commit cea14f627e

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