diff options
Diffstat (limited to 'thesis/abbr.tex')
-rw-r--r-- | thesis/abbr.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/thesis/abbr.tex b/thesis/abbr.tex index d66f06a..566a62c 100644 --- a/thesis/abbr.tex +++ b/thesis/abbr.tex @@ -11,11 +11,13 @@ \item[LSB(s)] Least significant bit(s), the bit(s) with the lowest value in a word. \item[PC] - Program counter. + Program counter, \ual{r15} on ARM. \item[RTS] Run-time system. Clean's run-time system ensures that the \clean{Start} node is reduced and printed. It also takes care of garbage collecting. + \item[SP] + Stack pointer, \ual{r13} on ARM. \item[UAL] Unified Assembler Language. %todo |