pub fn calldatacopy<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the CALLDATACOPY instruction.
Copies input data to memory.
pub fn calldatacopy<IT: ITy, H: Host + ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the CALLDATACOPY instruction.
Copies input data to memory.