From 34034dd5db07f71b0854de0f2bbb18e39aa3db69 Mon Sep 17 00:00:00 2001 From: taitep Date: Fri, 26 Dec 2025 18:14:32 +0100 Subject: Make macros for R/I-type operations and use them to implement basically every single one i think --- src/core.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core.rs') 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, -- cgit v1.2.3