Constant STOS

Source
pub const STOS: Constraint;
Expand description

§Store

0x0D: STOS

Store the value at the given stack depth index relative to the bottom.

0 is the index of the element at the bottom of the stack.

§Stack Input

[index, value]

§Panics

  • Index is out of range.