I guess its a working execution loop?

This commit is contained in:
2025-10-04 14:07:42 +02:00
parent bb0007707c
commit 52952840aa
3 changed files with 44 additions and 1 deletions

View File

@@ -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 {