Constant LODS

Source
pub const LODS: Op;
Expand description

§Load

0x0C: LODS

Load 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]

§Stack Output

[value]

§Panics

  • Index is out of range.