pub type CondCode = u8;
A condition code (used for BR), must be between 0 and 7.
BR
The condition codes are listed below:
NOP
000
BRn
100
BRz
010
BRnz
110
BRp
001
BRnp
101
BRzp
011
BRnzp
111