pub type Word = u64;
Expand description
Register value type
Trait Implementations
sourceimpl From<InstructionResult> for Word
impl From<InstructionResult> for Word
sourcefn from(r: InstructionResult) -> Word
fn from(r: InstructionResult) -> Word
Performs the conversion.
sourceimpl From<OpcodeRepr> for Word
impl From<OpcodeRepr> for Word
sourcefn from(i: OpcodeRepr) -> Word
fn from(i: OpcodeRepr) -> Word
Performs the conversion.
sourceimpl From<PanicReason> for Word
impl From<PanicReason> for Word
sourcefn from(i: PanicReason) -> Word
fn from(i: PanicReason) -> Word
Performs the conversion.