Skip to content

Commit

Permalink
Update src/fuel-vm/instruction-set.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Chabowski <[email protected]>
  • Loading branch information
AurelienFT and rafal-ch authored Dec 9, 2024
1 parent 04f6807 commit abfd0bb
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 @@ -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` |
Expand Down

0 comments on commit abfd0bb

Please sign in to comment.