Module prelude

Module prelude 

Source

Re-exports§

pub use crate::Argument;
pub use crate::CondCode;
pub use crate::Instruction;
pub use crate::InstructionBuilder;
pub use crate::OpCode;
pub use crate::Register;

Enums§

Mode
Processor’s current mode of execution.

Traits§

Codable
Trait which allows for the encoding and decoding of instructions and portions thereof. This trait can only be implemented if it is impossible for the encoding of the implementing type to fail.