Type Alias lc3_ensemble::ast::CondCode
source · pub type CondCode = u8;Expand description
A condition code (used for BR), must be between 0 and 7.
pub type CondCode = u8;A condition code (used for BR), must be between 0 and 7.