diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-22 03:46:42 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-22 22:56:57 +0800 |
commit | 1d4f40e3a2fa4e4316847a143d64916baf76580f (patch) | |
tree | 7f897e38639f75fe4882417f5e19edf1076b87e4 /docs/assembly.rst | |
parent | cb7021881a3ccd97311a580b903dc82bebbc092d (diff) | |
download | dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.gz dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.bz2 dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.lz dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.xz dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.tar.zst dexon-solidity-1d4f40e3a2fa4e4316847a143d64916baf76580f.zip |
Document Whiskers.
Diffstat (limited to 'docs/assembly.rst')
-rw-r--r-- | docs/assembly.rst | 2 |
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 =============== |