From 11ebe15d4f98ecf6d2630fa8b8ab1d6b5461e7bc Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko <12615679+Br1ght0ne@users.noreply.github.com> Date: Thu, 25 Jul 2024 01:25:58 +0100 Subject: [PATCH] Fix `cfei -> cfe` typo in `instruction-set.md` --- 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 786ecffe..d4f5b31e 100644 --- a/src/fuel-vm/instruction-set.md +++ b/src/fuel-vm/instruction-set.md @@ -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. |