Skip to content

Commit

Permalink
Fix cfei -> cfe typo in instruction-set.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed Jul 25, 2024
1 parent b095eb2 commit 11ebe15
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 @@ -1309,7 +1309,7 @@ Panic if:
|-------------|----------------------------------------|
| Description | Extend the current call frame's stack. |
| Operation | ```$sp = $sp + $rA``` |
| Syntax | `cfei $rA` |
| Syntax | `cfe $rA` |
| Encoding | `0x00 rA - - -` |
| Notes | Does not initialize memory. |

Expand Down

0 comments on commit 11ebe15

Please sign in to comment.