summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard/tutorial/assembler.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pyboard/tutorial/assembler.rst')
-rw-r--r--docs/pyboard/tutorial/assembler.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/pyboard/tutorial/assembler.rst b/docs/pyboard/tutorial/assembler.rst
index b5f0471c0f..7c6cf44c4b 100644
--- a/docs/pyboard/tutorial/assembler.rst
+++ b/docs/pyboard/tutorial/assembler.rst
@@ -123,3 +123,9 @@ The following example flashes the green LED. It flashes it ``r0`` times. ::
label(loop_entry)
cmp(r0, 0)
bgt(loop1)
+
+Further reading
+---------------
+
+For further information about supported instructions of the inline assembler,
+see the :ref:`reference documentation <asm_thumb2_index>`.