From e582e8e9d7e1b8e7025cfc4b58ba687491d3b3f2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 15 Nov 2016 23:45:33 +0100 Subject: Lot of formatting; rewriting storing-pc; references; natbib -> biblatex; autoref -> cref; minted; etc. --- thesis/two-bits.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thesis/two-bits.tex') diff --git a/thesis/two-bits.tex b/thesis/two-bits.tex index 4b08d89..fcd4046 100644 --- a/thesis/two-bits.tex +++ b/thesis/two-bits.tex @@ -13,7 +13,7 @@ Instructions are halfword-aligned, so bit 1 is part of the address. Additionally, bit 0 is used to facilitate ARM and Thumb interworking. When the PC is written to with a value where the LSB is cleared, the processor jumps and switches to ARM mode. -When the LSB is set, it switches to Thumb mode~\citep[A2.3.2]{armv7ar}. +When the LSB is set, it switches to Thumb mode~\parencite[A2.3.2]{armv7ar}. \subsection{Usage in Clean} \label{sec:two-bits:clean} -- cgit v1.2.3