Skip to main content

mcopy

Function mcopy 

pub fn mcopy<IT, H>(
    context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>
where IT: InterpreterTypes, H: Host + ?Sized,
Expand description

Implements the MCOPY instruction.

EIP-5656: Memory copying instruction that copies memory from one location to another.