extracted emulator backend into independent crate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user