We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fba2d commit abfd4daCopy full SHA for abfd4da
docs/pyboard/tutorial/assembler.rst
@@ -123,3 +123,9 @@ The following example flashes the green LED. It flashes it ``r0`` times. ::
123
label(loop_entry)
124
cmp(r0, 0)
125
bgt(loop1)
126
+
127
+Further reading
128
+---------------
129
130
+For further information about supported instructions of the inline assembler,
131
+see the :ref:`reference documentation <asm_thumb2_index>`.
0 commit comments