Changes
/* Operating Modes */
When the processor is in user mode, the user stack pointer (USP) will be used by stack related operations. Conversely, the supervisor stack pointer (SSP) will be used when the processor is in supervisor mode.
The two stack pointers are also treated as address registers, and are both labelled A7.
== Instruction Set ==