Function fuel_asm::op::mcp

source ยท
pub fn mcp<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
    dst_addr: A,
    src_addr: B,
    len: C,
) -> Instruction
Expand description

Copy a variable number of bytes in memory.