Where does a CPU register keep a record of arithmetic indicators such as sign and overflow?
The condition Code Register
What is the condition Code Register?
The low-order byte of the STATUS REGISTER.
What does the high-order byte of the SR hold?
information for systems programming.
What’s in the CCR?
5 single-bit flags that monitor the sign, presence of overflow, carry, and if a zero resulted from operation.
What happens when you SET a portion of the CCR?
the bit is assigned value 1.
What happens if you CLEAR a bit in CCR?
The bit is assigned 0.
What happens if a bit is unaffected in the CCR?
it keeps its former value.