diff --git a/doc/tutorial/tutorial.pdf b/doc/tutorial/tutorial.pdf index 8bb15c7..983e30d 100644 Binary files a/doc/tutorial/tutorial.pdf and b/doc/tutorial/tutorial.pdf differ diff --git a/doc/tutorial/tutorial.tex b/doc/tutorial/tutorial.tex index f177e2b..434365f 100644 --- a/doc/tutorial/tutorial.tex +++ b/doc/tutorial/tutorial.tex @@ -146,6 +146,8 @@ The board BLUE and GREEN leds should be blinking (those leds are near the user a \newpage \section{Notes} + +\subsection{Disassembling THUMB code in GDB} \paragraph{} By default, the disassemble command in GDB operates in ARM mode. The programs running on CORTEX-M3 are compiled in THUMB mode. To correctly disassemble them under GDB, uses an odd address. For instance,