summaryrefslogtreecommitdiff
path: root/thesis/load-offsets.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/load-offsets.tex')
-rw-r--r--thesis/load-offsets.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/load-offsets.tex b/thesis/load-offsets.tex
index eea6efb..2ef25d0 100644
--- a/thesis/load-offsets.tex
+++ b/thesis/load-offsets.tex
@@ -22,7 +22,7 @@ The Thumb instruction set defines four different variants of the immediate \ual{
\item
32-bits, any base register, offsets between $0$ and $4095$.
\item
- 32-bits, any base register, offsets between $-255$ and $255$.
+ 32-bits, any base register, offsets between ${-255}$ and $255$.
\end{itemize}
Only the last variant can add the offset to the base register, either before or after the load instruction.