docs: Add link from pyboard asm tutorial to asm reference.
This commit is contained in:
parent
59fba2d6ea
commit
abfd4da287
|
@ -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…
Reference in New Issue