Skip to main content

FnExecInstrFull

Type Alias FnExecInstrFull 

Source
pub type FnExecInstrFull = fn(&mut VmState<'_>, u32, u16) -> VmResult<i32>;
Expand description

Fn pointer for an extended opcode execution logic.