Constant LODR
Source pub const LODR: Constraint;
Expand description
§LoadRange
0x74
: LODR
Load a range of words starting at the index of temporary memory.
[index, len]
§Stack Output
[values]
§Panics
- Index is out of bounds.
- Index + len is out of bounds.