Skip to content

Commit

Permalink
Fix link to LDC
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Oct 6, 2024
1 parent 7df4517 commit 9c122c8
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 @@ -1752,7 +1752,7 @@ Panic if:
| Notes | If `$rD` is greater than the code size, zero bytes are filled in. |

This is used only for reading and inspecting code of other contracts.
Use [`LDC`](#ldc-load-code-from-an-external-contract-or-blob) to load code for executing.
Use [`LDC`](#ldc-load-code-from-an-external-contract-blob-or-memory) to load code for executing.

Panic if:

Expand Down

0 comments on commit 9c122c8

Please sign in to comment.