Constant STOR

Source
pub const STOR: Constraint;
Expand description

§StoreRange

0x75: STOR

Store a range of words starting at the index of temporary memory.

§Stack Input

[index, values, len]

§Panics

  • Index is out of bounds.
  • Index + len is out of bounds.