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: Aaryamann Challani <[email protected]>
  • Loading branch information
AurelienFT and rymnc authored Nov 28, 2024
1 parent 9976d57 commit e67ba48
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 | This opcode regroups all arithmetic operations that can be perform on elliptic curve points. `$rB` defines the curve used. `$rC` defines the type of operation to perform. `$rD` points to the start of the bytes of the operation inputs in memory. `$rA` points to the start of the bytes of the result in memory. |
| Description | This opcode regroups all arithmetic operations that can be performed on elliptic curve points. `$rB` defines the curve used. `$rC` defines the type of operation to perform. `$rD` points to the start of the bytes of the operation inputs in memory. `$rA` points to the start of the bytes of the result in memory. |
| 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 e67ba48

Please sign in to comment.