Constant LODP

Source
pub const LODP: Op;
Expand description

§Load

0x7A: LODP

Load the value at the given index from parent memory onto the stack.

§Stack Input

[index]

§Stack Output

[value]

§Panics

  • Not in compute context.
  • Index is out of bounds.