Merge pull request 'The best kind of pull request' (#17) from bee/holey-bytes:master into trunk

Reviewed-on: #17
trunk
Erin 2023-11-15 11:26:39 +00:00
commit 68094ce0ae
1 changed files with 2 additions and 2 deletions

View File

@ -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 (`+`)