Constant LODR

Source
pub const LODR: Op;
Expand description

§LoadRange

0x74: LODR

Load a range of words starting at the index of temporary memory.

§Stack Input

[index, len]

§Stack Output

[values]

§Panics

  • Index is out of bounds.
  • Index + len is out of bounds.