Skip to main content

mcopy

Function mcopy 

Source
pub fn mcopy<IT: ITy, H: Host + ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the MCOPY instruction.

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