From abfd0bb29fab605e0e067165363581232c40e0bb Mon Sep 17 00:00:00 2001 From: AurelienFT <32803821+AurelienFT@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:42:17 +0100 Subject: [PATCH] Update src/fuel-vm/instruction-set.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RafaƂ Chabowski <88321181+rafal-ch@users.noreply.github.com> --- 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 8414e6f3..61676e98 100644 --- a/src/fuel-vm/instruction-set.md +++ b/src/fuel-vm/instruction-set.md @@ -2376,7 +2376,7 @@ Panic if: | | | |-------------|-----------------------------------------------------| -| Description | Perform arithmetic operation `$rC` on points of the elliptic curve `$rB`. Arguments are read from memory at `$rD`, and is result written to the memory at `$rA`, as per the table below. | +| Description | Perform arithmetic operation `$rC` on points of the elliptic curve `$rB`. Arguments are read from memory at `$rD`, and result is written to the memory at `$rA`, as per the table below. | | Operation | ```MEM[$rA, X] = ecop(MEM[$rD, Y]);``` | | Syntax | `ecop $rA, $rB, $rC, $rD` | | Encoding | `0x00 rA rB rC rD` |