diff options
author | Damien George <damien.p.george@gmail.com> | 2015-06-25 00:21:35 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-06-25 00:21:35 +0100 |
commit | 2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4 (patch) | |
tree | 4293916bc3c64fca683c51e8580135c58321734b /docs/pyboard | |
parent | aef3846c13d05ddf42e5d6a29042497765f4e871 (diff) | |
download | micropython-2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4.tar.gz micropython-2110dc5a6dc9de415e8f4dda75262d4b98d1f0a4.zip |
docs: Add reference for Thumb2 inline assembler.
Thanks to Peter Hinch for contributing this.
Diffstat (limited to 'docs/pyboard')
-rw-r--r-- | docs/pyboard/tutorial/assembler.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pyboard/tutorial/assembler.rst b/docs/pyboard/tutorial/assembler.rst index 0e265eef10..b5f0471c0f 100644 --- a/docs/pyboard/tutorial/assembler.rst +++ b/docs/pyboard/tutorial/assembler.rst @@ -1,3 +1,5 @@ +.. _pyboard_tutorial_assembler: + Inline assembler ================ |