2.5.1.3.6 Application Program Status Register
The APSR contains the current state of the condition flags from previous instruction executions. See the register summary in the following table for its attributes. The following table lists the bit assignments.
Bits | Name | Function |
---|---|---|
[31] | N | Negative flag |
[30] | Z | Zero flag |
[29] | C | Carry or borrow flag |
[28] | V | Overflow flag |
[27] | Q | Saturation flag |
[27:0] | — | Reserved |