35 Commits
Author SHA1 Message Date
Alex Beregszaszi 2b26d6b9d7 Require 0.4.12 for the VectorSum example (for loop) 2017-08-28 11:59:36 +01:00
Alex Beregszaszi 412cc6bc58 Highlight opcodes in docs 2017-08-28 11:59:35 +01:00
chriseth 2fa59489b6 Merge pull request #2664 from joshuahannan/develop
added while loop description
2017-08-15 17:45:44 +02:00
Alex Beregszaszi 9358001ba4 Use temporary variable for sum example 2017-08-10 17:47:35 +01:00
Alex Beregszaszi 34503d98d7 Move init/cond into the for loop 2017-08-10 17:30:57 +01:00
Alex Beregszaszi a323486a9b Add pure assembly example for summing 2017-08-10 17:30:57 +01:00
vladislav-ankudinov 79137e4703 fix typo 'onte' -> 'onto' 2017-08-09 14:46:51 +03:00
chriseth a73fb4d529 Wording. 2017-07-31 11:44:35 +02:00
Joshua Hannan 5f9c02c6b6 added while loop description 2017-07-29 18:15:54 -05:00
NIC619 3dcbe68aea minor fix on assembly example 2017-07-21 00:25:36 -04:00
Alex Beregszaszi cffe52d6d9 Enable more examples in the documentation for testing 2017-07-19 00:05:05 +01:00
Alex Beregszaszi b2fcd59ee6 Add version pragma to docs examples 2017-07-13 17:10:37 +02:00
Alex Beregszaszi b65601bb3d Add changelog and documentation 2017-07-13 15:18:40 +02:00
hh3755 d01b02f8cf typo of bitween for between 2017-07-08 17:23:48 +08:00
Alex Beregszaszi 1d4f40e3a2 Document Whiskers. 2017-06-22 16:56:57 +02:00
chriseth 71d39755fe Changelog and documentation. 2017-06-16 10:56:21 +01:00
Alex Beregszaszi 42b61171d9 Merge pull request #2192 from winsvega/develop
add STATICCALL instruction
2017-06-14 21:03:32 +01:00
Dimitry c20cdd0a05 add new opcode instructions to the parser
STATICCALL        0xfa  6 inputs  (gas address mem1 mem2 mem3 mem4)
2017-06-14 18:18:12 +02:00
chriseth 98139ead42 Clarify functional style. 2017-06-14 15:46:16 +02:00
Yoichi Hirai 0b22154a75 libevmasm: add RETURNDATACOPY and RETURNDATASIZE 2017-06-13 16:57:02 +02:00
Alex Beregszaszi 524a52660d Document keccak256 in assembly 2017-05-30 12:33:04 +01:00
chriseth 28f10f4783 Remove error label / invalid jump label. 2017-04-28 13:14:52 +02:00
Alex Beregszaszi 35f1cf92db Remove parentheses from around function return parameters 2017-04-27 10:08:02 +01:00
chriseth a46a059e3a Document storage variable access. 2017-04-26 11:58:36 +02:00
Matt Searle 3d30294482 Fix typo in documentation
Spelling mistake
2017-03-28 21:18:35 +13:00
chriseth 8c1d949d1a Remove stack annotations from documentation. 2017-03-03 15:41:02 +01:00
chriseth c85f9257f8 Clarify stack height. 2017-03-03 15:41:02 +01:00
chriseth f4f82615b1 Updated documentation. 2017-03-03 15:41:01 +01:00
Alex Beregszaszi 1fcad8b4ab Document revert() 2017-02-10 22:41:09 +00:00
chriseth a39adc44d4 Integrate missed changes. 2017-01-31 23:31:25 +01:00
chriseth ceac5c5a0c Move explanatory sections and other small changes. 2017-01-09 15:15:30 +01:00
chriseth e92af89ec8 Typos and clarifications. 2017-01-04 12:58:35 +01:00
chriseth 4bc934abce More information about switch, loops and functions. 2017-01-04 12:34:44 +01:00
chriseth 9683cfea6d Update to new assembly specification. 2017-01-03 15:19:14 +01:00
chriseth 0bd8c204f0 Assembly definition. 2017-01-03 14:13:49 +01:00