Skip to content
Snippets Groups Projects
Commit abfd4da2 authored by Damien George's avatar Damien George
Browse files

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

parent 59fba2d6
No related branches found
No related tags found
No related merge requests found
...@@ -123,3 +123,9 @@ The following example flashes the green LED. It flashes it ``r0`` times. :: ...@@ -123,3 +123,9 @@ The following example flashes the green LED. It flashes it ``r0`` times. ::
label(loop_entry) label(loop_entry)
cmp(r0, 0) cmp(r0, 0)
bgt(loop1) bgt(loop1)
Further reading
---------------
For further information about supported instructions of the inline assembler,
see the :ref:`reference documentation <asm_thumb2_index>`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment