[][src]Function avra_lib::instruction::process

pub fn process(
    op: &Operation,
    op_args: &Vec<InstructionOps>,
    current_address: u32,
    constants: &dyn Context
) -> Result<Vec<u8>, Error>

Process instruction - parse arguments and construct correct byte representation