I guess its a working execution loop?
This commit is contained in:
@@ -2,6 +2,7 @@ use crate::consts::{DWord, RegId, Word};
|
||||
|
||||
const MASK_REGISTER: Word = 0x1f;
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct Instruction(pub Word);
|
||||
|
||||
impl Instruction {
|
||||
|
||||
Reference in New Issue
Block a user