Constant STOR

Source
pub const STOR: Op;
Expand description

§StoreRange

0x75: STOR

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

§Stack Input

[values, len, index]

§Panics

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