Function step_op_sync

Source
pub fn step_op_sync(
    op: OpSync,
    access: Access<'_>,
    vm: &mut Vm,
) -> OpSyncResult<Option<usize>>
Expand description

Step forward the VM by a single synchronous operation.

Returns a Some(usize) representing the new program counter resulting from this step, or None in the case that execution has halted.