forked from AbleOS/holey-bytes
Fixed typo
This commit is contained in:
parent
d26c285ca7
commit
84dcbfc6bb
4
spec.md
4
spec.md
|
@ -94,8 +94,8 @@ Program counter stays on the currently executed instruction
|
|||
| 0x01 | TX | Terminate execution (eg. on end of program) |
|
||||
| 0x02 | NOP | Do nothing |
|
||||
|
||||
## Binary register-immediate ops
|
||||
- Type `RR<IMM>`
|
||||
## Binary register-register ops
|
||||
- Type `RRR`
|
||||
- Action: `#0 ← #1 <OP> #2`
|
||||
|
||||
## Addition (`+`)
|
||||
|
|
Loading…
Reference in a new issue