Skip to content

Commit

Permalink
Fix typo in instruction-set.md (#502)
Browse files Browse the repository at this point in the history
The `WQOP` opcode interpretation of the immediate value currently refers
to itself. This should instead refer to the `WDOP` opcode which has the
definition for the interpretation.

Co-authored-by: bitzoic <bitzoic.eth@gmail.com>
  • Loading branch information
bitzoic and bitzoic authored Jul 10, 2023
1 parent 1cc31e7 commit eec1bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuel-vm/instruction-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ Panic if:
| Encoding | `0x00 rA rB rC i` |
| Notes | |

The immediate value is interpreted identically to `WQOP`.
The immediate value is interpreted identically to `WDOP`.

Operations behave `$of` and `$err` similarly to their 64-bit counterparts.

Expand Down

0 comments on commit eec1bb8

Please # to comment.