diff options
author | Camil Staps | 2016-11-22 13:33:22 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-22 13:33:22 +0100 |
commit | de25b8762d121acbcdce237d6f52570a6a74544e (patch) | |
tree | a00117deacb0e500d7f95f33af8eacac415f0acd /thesis/intro.tex | |
parent | Formatting & makefile (diff) |
Storing PC: comparison
Diffstat (limited to 'thesis/intro.tex')
-rw-r--r-- | thesis/intro.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/intro.tex b/thesis/intro.tex index 71a667e..9299305 100644 --- a/thesis/intro.tex +++ b/thesis/intro.tex @@ -39,7 +39,7 @@ This is UAL syntax. When assembling for Thumb, an \ual{it} instruction with three \ual{mov} instructions (without conditional field) is generated. For ARM, the \ual{it} instruction is ignored and three conditional \ual{mov} instructions are generated. -%ARMv8-A deprecates some uses of the \ual{it} instruction for performance reasons~\parencite[J5.2]{armv8a}. +ARMv8-A deprecates some uses of the \ual{it} instruction for performance reasons~\parencite[J5.2]{armv8a}. \subsubsection{Register usage} \label{sec:intro:registers} |