Browse Source

docs: Add link from pyboard asm tutorial to asm reference.

pull/1357/head
Damien George 10 years ago
parent
commit
abfd4da287
  1. 6
      docs/pyboard/tutorial/assembler.rst

6
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>`.

Loading…
Cancel
Save