emulator: fix errors calling new fallible Instruction::decode

TODO: Add a logger for smarter looking loggiing output
This commit is contained in:
2025-06-15 15:53:58 +01:00
parent ecf443e59e
commit 423d768e40
7 changed files with 466 additions and 230 deletions
+2
View File
@@ -1,3 +1,5 @@
use crate::common::instructions::args::{ITypeArgs, RTypeArgs};
use super::instructions::*;
#[test]