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

pull/1357/head
Damien George 2015-06-26 12:35:17 +01:00
rodzic 59fba2d6ea
commit abfd4da287
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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