Constant LODPR

Source
pub const LODPR: Op;
Expand description

§LoadRange

0x7B: LODPR

Load a range of words starting at the index within parent memory.

§Stack Input

[index, len]

§Stack Output

[values]

§Panics

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