aboutsummaryrefslogtreecommitdiffstats
path: root/docs/miscellaneous.rst
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-12 16:25:17 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-19 21:02:50 +0800
commit76c856397a58c42d88761fee95e89472494759d5 (patch)
tree2412fa136b649688f6f60c556e88d3507e434334 /docs/miscellaneous.rst
parent4f191d1f6fbdf9b424c4292db0ec10f5040a0b09 (diff)
downloaddexon-solidity-76c856397a58c42d88761fee95e89472494759d5.tar.gz
dexon-solidity-76c856397a58c42d88761fee95e89472494759d5.tar.zst
dexon-solidity-76c856397a58c42d88761fee95e89472494759d5.zip
Minor documentation fixes
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r--docs/miscellaneous.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst
index 72e32617..0b3eed38 100644
--- a/docs/miscellaneous.rst
+++ b/docs/miscellaneous.rst
@@ -61,6 +61,7 @@ Layout in Memory
****************
Solidity reserves three 256-bit slots:
+
- 0 - 64: scratch space for hashing methods
- 64 - 96: currently allocated memory size (aka. free memory pointer)