pub type Word = u64;
Expand description
Register value type
Trait Implementations§
source§impl From<InstructionResult> for Word
impl From<InstructionResult> for Word
source§fn from(r: InstructionResult) -> Word
fn from(r: InstructionResult) -> Word
Converts to this type from the input type.