aboutsummaryrefslogtreecommitdiffstats
path: root/docs/assembly.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-22 03:46:42 +0800
committerchriseth <chris@ethereum.org>2017-06-22 22:56:57 +0800
commit1d4f40e3a2fa4e4316847a143d64916baf76580f (patch)
tree7f897e38639f75fe4882417f5e19edf1076b87e4 /docs/assembly.rst
parentcb7021881a3ccd97311a580b903dc82bebbc092d (diff)
downloaddexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.gz
dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.zst
dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.zip
Document Whiskers.
Diffstat (limited to 'docs/assembly.rst')
-rw-r--r--docs/assembly.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assembly.rst b/docs/assembly.rst
index 7ef41483..83643634 100644
--- a/docs/assembly.rst
+++ b/docs/assembly.rst
@@ -13,6 +13,8 @@ TODO: Write about how scoping rules of inline assembly are a bit different
and the complications that arise when for example using internal functions
of libraries. Furthermore, write about the symbols defined by the compiler.
+.. _inline-assembly:
+
Inline Assembly
===============