pub fn ldc<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
src_addr: A,
offset: B,
len: C,
mode: u8,
) -> Instruction
Expand description
Load code as executable either from contract, blob, or memory.
pub fn ldc<A: CheckRegId, B: CheckRegId, C: CheckRegId>(
src_addr: A,
offset: B,
len: C,
mode: u8,
) -> Instruction
Load code as executable either from contract, blob, or memory.