aboutsummaryrefslogtreecommitdiffstats
path: root/docs/assembly.rst
Commit message (Collapse)AuthorAgeFilesLines
* Require 0.4.12 for the VectorSum example (for loop)Alex Beregszaszi2017-08-281-1/+1
|
* Highlight opcodes in docsAlex Beregszaszi2017-08-281-4/+5
|
* Merge pull request #2664 from joshuahannan/developchriseth2017-08-151-0/+14
|\ | | | | added while loop description
| * Wording.chriseth2017-07-311-3/+2
| |
| * added while loop descriptionJoshua Hannan2017-07-301-0/+15
| |
* | Use temporary variable for sum exampleAlex Beregszaszi2017-08-111-8/+10
| |
* | Move init/cond into the for loopAlex Beregszaszi2017-08-111-5/+5
| |
* | Add pure assembly example for summingAlex Beregszaszi2017-08-111-0/+23
| |
* | fix typo 'onte' -> 'onto'vladislav-ankudinov2017-08-091-1/+1
|/
* minor fix on assembly exampleNIC6192017-07-211-1/+1
|
* Enable more examples in the documentation for testingAlex Beregszaszi2017-07-191-4/+4
|
* Add version pragma to docs examplesAlex Beregszaszi2017-07-131-0/+2
|
* Add changelog and documentationAlex Beregszaszi2017-07-131-1/+1
|
* typo of bitween for betweenhh37552017-07-081-1/+1
|
* Document Whiskers.Alex Beregszaszi2017-06-221-0/+2
|
* Changelog and documentation.chriseth2017-06-161-26/+14
|
* Merge pull request #2192 from winsvega/developAlex Beregszaszi2017-06-151-1/+8
|\ | | | | add STATICCALL instruction
| * add new opcode instructions to the parserDimitry2017-06-151-1/+8
| | | | | | | | STATICCALL 0xfa 6 inputs (gas address mem1 mem2 mem3 mem4)
* | Clarify functional style.chriseth2017-06-141-2/+4
|/
* libevmasm: add RETURNDATACOPY and RETURNDATASIZEYoichi Hirai2017-06-131-0/+4
|
* Document keccak256 in assemblyAlex Beregszaszi2017-05-301-0/+2
|
* Remove error label / invalid jump label.chriseth2017-04-281-7/+2
|
* Remove parentheses from around function return parametersAlex Beregszaszi2017-04-271-4/+4
|
* Document storage variable access.chriseth2017-04-261-9/+8
|
* Fix typo in documentationMatt Searle2017-03-281-1/+1
| | | Spelling mistake
* Remove stack annotations from documentation.chriseth2017-03-031-48/+58
|
* Clarify stack height.chriseth2017-03-031-5/+14
|
* Updated documentation.chriseth2017-03-031-11/+47
|
* Document revert()Alex Beregszaszi2017-02-111-0/+2
|
* Integrate missed changes.chriseth2017-02-011-13/+29
|
* Move explanatory sections and other small changes.chriseth2017-01-091-183/+192
|
* Typos and clarifications.chriseth2017-01-041-13/+17
|
* More information about switch, loops and functions.chriseth2017-01-041-1/+78
|
* Update to new assembly specification.chriseth2017-01-031-31/+381
|
* Assembly definition.chriseth2017-01-031-0/+510