diff options
Diffstat (limited to 'thesis/intro.tex')
-rw-r--r-- | thesis/intro.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thesis/intro.tex b/thesis/intro.tex index 09a1cfd..180d215 100644 --- a/thesis/intro.tex +++ b/thesis/intro.tex @@ -48,7 +48,7 @@ ARM instructions have 4-bit register fields to address them. Some 16-bit Thumb instructions have 3-bit register fields that can only address the lowest eight registers. For these instructions there exist 32-bit variants that can address all sixteen registers. -\begin{figure*}[t] +\begin{figure*}[b] \centering \begin{subfigure}[b]{.2\linewidth} \centering @@ -298,8 +298,8 @@ Using interworking would introduce overhead at every branch instruction, \subsection{Terminology} \label{sec:intro:terminology} -In this thesis, I will usually write \enquote{Thumb} where the Thumb-2 extension is meant. -Only when the distinction with pre-ARMv6T2 Thumb is important will I distinguish between (early) Thumb and Thumb-2. +In this thesis, we will usually write \enquote{Thumb} where the Thumb-2 extension is meant. +Only when the distinction with pre-ARMv6T2 Thumb is important will we distinguish between (early) Thumb and Thumb-2. As for \enquote{ARM}, it should be clear from the context whether the architecture or the instruction set is meant. For brevity, a number of common abbreviations is used. |