Type Alias CondCode

Source
pub type CondCode = u8;
Expand description

A condition code (used for BR), must be between 0 and 7.

The condition codes are listed below:

instructioncode (bin)
NOP000
BRn100
BRz010
BRnz110
BRp001
BRnp101
BRzp011
BR, BRnzp111