I guess its a working execution loop?
This commit is contained in:
@@ -12,7 +12,7 @@ use crate::{
|
||||
decode::Instruction,
|
||||
};
|
||||
|
||||
type Runner = fn(&mut Core, Instruction) -> Result<(), InstructionResult>;
|
||||
type Runner = fn(&mut Core, Instruction) -> InstructionResult;
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
struct InstructionHandler {
|
||||
|
||||
Reference in New Issue
Block a user