diff options
author | Jason Cobb <jason.e.cobb@gmail.com> | 2018-05-31 04:34:20 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-06-04 08:05:01 +0800 |
commit | acd87063097636b8b1a007c69f25887b56058306 (patch) | |
tree | e66414a0349a9cddffa1e4c70bde93de52bccae9 /docs/assembly.rst | |
parent | 7de0d56aae3cf781d2ebeb54bddf93b3207b8f98 (diff) | |
download | dexon-solidity-acd87063097636b8b1a007c69f25887b56058306.tar.gz dexon-solidity-acd87063097636b8b1a007c69f25887b56058306.tar.zst dexon-solidity-acd87063097636b8b1a007c69f25887b56058306.zip |
Remove documentation references to sha3
Diffstat (limited to 'docs/assembly.rst')
-rw-r--r-- | docs/assembly.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/assembly.rst b/docs/assembly.rst index f7b721ab..edc826ac 100644 --- a/docs/assembly.rst +++ b/docs/assembly.rst @@ -220,8 +220,6 @@ In the grammar, opcodes are represented as pre-defined identifiers. +-------------------------+-----+---+-----------------------------------------------------------------+ | keccak256(p, n) | | F | keccak(mem[p...(p+n))) | +-------------------------+-----+---+-----------------------------------------------------------------+ -| sha3(p, n) | | F | keccak(mem[p...(p+n))) | -+-------------------------+-----+---+-----------------------------------------------------------------+ | jump(label) | `-` | F | jump to label / code position | +-------------------------+-----+---+-----------------------------------------------------------------+ | jumpi(label, cond) | `-` | F | jump to label if cond is nonzero | |