From eec1bb883e2c416be24a9c805fc79702e1fa9f93 Mon Sep 17 00:00:00 2001 From: Cameron Carstens <54727135+bitzoic@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:06:20 +0100 Subject: [PATCH] Fix typo in instruction-set.md (#502) 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 --- src/fuel-vm/instruction-set.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuel-vm/instruction-set.md b/src/fuel-vm/instruction-set.md index d9363122..4c01437e 100644 --- a/src/fuel-vm/instruction-set.md +++ b/src/fuel-vm/instruction-set.md @@ -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.