mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
- typo fix
parent
804af72104
commit
cea14f627e
@ -49,7 +49,7 @@
|
|||||||
### Instruction encoding
|
### Instruction encoding
|
||||||
Instructions are 1-3 words long and are fully defined by the first word.
|
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
|
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.
|
and a 5 bit source operand.
|
||||||
In bits, a basic instruction has the format: `sssssdddddoooooo`
|
In bits, a basic instruction has the format: `sssssdddddoooooo`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user