pub const LODSM: StateRead;Expand description
§Load
0x81: LODSM
Access a range of len words starting from value_ix within
the memory slot located at slot_ix.
Returns a list of words with length equal to the specified len.
§Stack Input
[slot_ix, value_ix, len]
§Stack Output
[word, ...]
The stack output length depends on the value of the len stack input word.
§Panics
- slot_ix is out of bounds.
- The range
value_ix..(value_ix + len)is out of range.