forked from AbleOS/holey-bytes
Fixed typo in spec (thanks Ity ^^)
This commit is contained in:
parent
757cedd0e0
commit
3da9b3cbc9
2
spec.md
2
spec.md
|
@ -11,7 +11,7 @@
|
||||||
- [opcode, operand 0, operand 1, …]
|
- [opcode, operand 0, operand 1, …]
|
||||||
|
|
||||||
## Instruction parameter types
|
## Instruction parameter types
|
||||||
- `R`: Register (8 bits)
|
- `R`: Register (8 bytes)
|
||||||
- Relative program-counter offset immediates:
|
- Relative program-counter offset immediates:
|
||||||
- `O`: 32 bit (Si32)
|
- `O`: 32 bit (Si32)
|
||||||
- `P`: 16 bit (Si16)
|
- `P`: 16 bit (Si16)
|
||||||
|
|
Loading…
Reference in a new issue