Skip to content

Commit abfd4da

Browse files
committed
docs: Add link from pyboard asm tutorial to asm reference.
1 parent 59fba2d commit abfd4da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/pyboard/tutorial/assembler.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ The following example flashes the green LED. It flashes it ``r0`` times. ::
123123
label(loop_entry)
124124
cmp(r0, 0)
125125
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

Comments
 (0)