Constant STO

Source
pub const STO: Op;
Expand description

§Store

0x73: STO

Store the value at the given index within memory.

§Stack Input

[value, index]

§Panics

  • Index is out of bounds.