summaryrefslogtreecommitdiff
path: root/src/core.rs
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-26 18:14:32 +0100
committertaitep <taitep@taitep.se>2025-12-26 18:14:32 +0100
commit34034dd5db07f71b0854de0f2bbb18e39aa3db69 (patch)
treeea588631e7d88874e784c5d144505d1ba987e2cf /src/core.rs
parent75e843f5f9220e1de4dde34d70e5077e092b5016 (diff)
Make macros for R/I-type operations and use them to implement basically every single one i think
Diffstat (limited to 'src/core.rs')
-rw-r--r--src/core.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core.rs b/src/core.rs
index f46fd54..acc52f2 100644
--- a/src/core.rs
+++ b/src/core.rs
@@ -4,8 +4,6 @@
// This file is part of TRVE (https://gitea.taitep.se/taitep/trve)
// See LICENSE file in the project root for full license text.
-use std::fmt::format;
-
use crate::{
consts::{Addr, RegId, RegValue},
decode::Instruction,