Function calldatacopy
pub fn calldatacopy<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Expand description
Implements the CALLDATACOPY instruction.
Copies input data to memory.
pub fn calldatacopy<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>Implements the CALLDATACOPY instruction.
Copies input data to memory.