meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arm [2018/01/30 08:17]
niziak
arm [2022/07/06 19:51] (current)
niziak
Line 1: Line 1:
 +====== ARM ======
 +
 ====== Registers ====== ====== Registers ======
  
Line 6: Line 8:
   * **r13** sp Stack pointer   * **r13** sp Stack pointer
   * **r14** lr Link register Workspace ​   * **r14** lr Link register Workspace ​
 +
 +====== xPSR ======
 +
 +Special-purpose program status registers (xPSR)
 +  * ''​APSR''​ Application PSR contains the condition code flags. Before entering an exception, the processor saves the condition code flags on the stack
 +  * ''​IPSR''​ Interrupt PSR contains the Interrupt Service Routine (ISR) number of the current exception activation.
 +  * ''​EPSR''​ Execution PSR contains the Thumb state bit (T-bit).
 +