extracted emulator backend into independent crate

This commit is contained in:
2026-07-14 22:13:11 +01:00
parent b9d0f4fdd4
commit 7a84073bc4
38 changed files with 296 additions and 419 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ impl std::fmt::Display for Register {
impl Register {
/// Total number of registers, not counting Null as it's not a real register.
/// reading or writing to Null is undefined behaviour.
/// reading or writing to Null is undefined behaviour!!
pub const COUNT: u8 = Self::Null as u8;
/// # Safety