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