Function mcopy
pub fn mcopy<WIRE, H>(context: InstructionContext<'_, H, WIRE>)where
WIRE: InterpreterTypes,
H: ?Sized,
Expand description
Implements the MCOPY instruction.
EIP-5656: Memory copying instruction that copies memory from one location to another.