Skip to content

Commit

Permalink
Update src/fuel-vm/instruction-set.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal authored Oct 8, 2024
1 parent 697d0eb commit e4ee95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fuel-vm/instruction-set.md
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,7 @@ Panic if:
- `$ssp + $rC >= $hp`
- `imm == 0` and `$rC > CONTRACT_MAX_SIZE`
- `imm == 0` and contract with ID `MEM[$rA, 32]` is not in `tx.inputs`
- `imm == 0` and context is a predicate
- `imm == 1` and blob with ID `MEM[$rA, 32]` is not found in the chain state
- `imm == 2` and `$rA + $rB + $rC` overflows or `> VM_MAX_RAM`
- `imm >= 3` (reserved value)
Expand Down

0 comments on commit e4ee95b

Please sign in to comment.