some debugging stuff and SECOND OPCODE!

This commit is contained in:
2025-10-10 19:01:04 +02:00
parent bf5562df54
commit 6bd31e73fb
3 changed files with 32 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ impl Core {
}
}
} else {
eprintln!("Invalid Instruction");
eprintln!("Invalid Instruction 0x{:08x} 0b{:032b}", instr.0, instr.0);
break;
}
}