decode_copy_instruction

Function decode_copy_instruction 

Source
pub fn decode_copy_instruction(
    data: &[u8],
    cmd: u8,
    pos: usize,
) -> Result<CopyInstruction, String>