From 52952840aa57512f3bbf06ea0054b5b742aabf20 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 4 Oct 2025 14:07:42 +0200 Subject: I guess its a working execution loop? --- src/decode.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decode.rs') diff --git a/src/decode.rs b/src/decode.rs index 0da4513..409aedb 100644 --- a/src/decode.rs +++ b/src/decode.rs @@ -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 { -- cgit v1.2.3