diff options
author | Camil Staps | 2017-01-02 21:52:39 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-02 21:52:39 +0100 |
commit | 5b2c98a29aac6d1e45b3f54b51e30c5acf695976 (patch) | |
tree | 7c074635e4b1fefecf43005010444dcb5d4d5ca0 /thesis/load-offsets.tex | |
parent | Expand on note about tail recursion (diff) |
Commentaar Mart
Diffstat (limited to 'thesis/load-offsets.tex')
-rw-r--r-- | thesis/load-offsets.tex | 2 |
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. |