forked from AbleOS/holey-bytes
Merge pull request 'The best kind of pull request' (#17) from bee/holey-bytes:master into trunk
Reviewed-on: https://git.ablecorp.us/AbleOS/holey-bytes/pulls/17
This commit is contained in:
commit
68094ce0ae
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) |
|
| 0x01 | TX | Terminate execution (eg. on end of program) |
|
||||||
| 0x02 | NOP | Do nothing |
|
| 0x02 | NOP | Do nothing |
|
||||||
|
|
||||||
## Binary register-immediate ops
|
## Binary register-register ops
|
||||||
- Type `RR<IMM>`
|
- Type `RRR`
|
||||||
- Action: `#0 ← #1 <OP> #2`
|
- Action: `#0 ← #1 <OP> #2`
|
||||||
|
|
||||||
## Addition (`+`)
|
## Addition (`+`)
|
||||||
|
|
Loading…
Reference in a new issue