Paweł Bylica
10 years ago
19 changed files with 29 additions and 164 deletions
@ -1 +0,0 @@ |
|||||
60326000600a37600053600a6014f2 |
|
@ -1,13 +0,0 @@ |
|||||
(asm |
|
||||
50 ;; byte count |
|
||||
0 ;; source index in calldata array |
|
||||
10 ;; dest index in memory |
|
||||
CALLDATACOPY |
|
||||
|
|
||||
0 |
|
||||
MLOAD ;; to dump memory |
|
||||
|
|
||||
10 |
|
||||
20 |
|
||||
RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
606464e8d4a510006000376000536000600af2 |
|
@ -1,13 +0,0 @@ |
|||||
(asm |
|
||||
100 ;; byte count |
|
||||
1000000000000 ;; source index in calldata array |
|
||||
0 ;; dest index in memory |
|
||||
CALLDATACOPY |
|
||||
|
|
||||
0 |
|
||||
MLOAD ;; to dump memory |
|
||||
|
|
||||
0 |
|
||||
10 |
|
||||
RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
60146000600a39600053600a6014f2 |
|
@ -1,13 +0,0 @@ |
|||||
(asm |
|
||||
20 ;; byte count |
|
||||
0 ;; source index in code array |
|
||||
10 ;; dest index in memory |
|
||||
CODECOPY |
|
||||
|
|
||||
0 |
|
||||
MLOAD ;; to dump memory |
|
||||
|
|
||||
10 |
|
||||
20 |
|
||||
RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
606464e8d4a510006000396000536000600af2 |
|
@ -1,13 +0,0 @@ |
|||||
(asm |
|
||||
100 ;; byte count |
|
||||
1000000000000 ;; source index in code array |
|
||||
0 ;; dest index in memory |
|
||||
CODECOPY |
|
||||
|
|
||||
0 |
|
||||
MLOAD ;; to dump memory |
|
||||
|
|
||||
0 |
|
||||
10 |
|
||||
RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
3860006000396000536000600af2 |
|
@ -1,13 +0,0 @@ |
|||||
(asm |
|
||||
CODESIZE ;; byte count |
|
||||
0 ;; source index in code array |
|
||||
0 ;; dest index in memory |
|
||||
CODECOPY |
|
||||
|
|
||||
0 |
|
||||
MLOAD ;; to dump memory |
|
||||
|
|
||||
0 |
|
||||
10 |
|
||||
RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
5a3031333234363a4041424344455a36600035602635601335387f1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff600054602060006000f06020600060206000600030610bb8f1600053611000545b60200260002030ff60016002f2 |
|
@ -1,55 +0,0 @@ |
|||||
|
|
||||
(asm |
|
||||
PC |
|
||||
ADDRESS |
|
||||
BALANCE |
|
||||
CALLER |
|
||||
ORIGIN |
|
||||
CALLVALUE |
|
||||
CALLDATASIZE |
|
||||
GASPRICE |
|
||||
PREVHASH |
|
||||
COINBASE |
|
||||
TIMESTAMP |
|
||||
NUMBER |
|
||||
DIFFICULTY |
|
||||
GASLIMIT |
|
||||
PC |
|
||||
CALLDATASIZE |
|
||||
0 |
|
||||
CALLDATALOAD |
|
||||
38 |
|
||||
CALLDATALOAD |
|
||||
19 |
|
||||
CALLDATALOAD |
|
||||
CODESIZE |
|
||||
0x1111222233334444555566667777888899990000aaaabbbbccccddddeeeeffff |
|
||||
0 |
|
||||
MSTORE |
|
||||
32 |
|
||||
0 |
|
||||
0 |
|
||||
CREATE |
|
||||
32 |
|
||||
0 |
|
||||
32 |
|
||||
0 |
|
||||
0 |
|
||||
ADDRESS |
|
||||
3000 |
|
||||
CALL |
|
||||
0 |
|
||||
MLOAD |
|
||||
4096 |
|
||||
MSTORE |
|
||||
MSIZE |
|
||||
32 |
|
||||
MUL |
|
||||
0 |
|
||||
SHA3 |
|
||||
ADDRESS |
|
||||
SUICIDE |
|
||||
1 |
|
||||
2 |
|
||||
RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
60c86000600a303c60005360006020f2 |
|
@ -1,11 +0,0 @@ |
|||||
(asm |
|
||||
200 ;; byte count |
|
||||
0 ;; source index in code array |
|
||||
10 ;; dest index in memory |
|
||||
ADDRESS |
|
||||
EXTCODECOPY |
|
||||
|
|
||||
0 MLOAD ;; to dump memory |
|
||||
|
|
||||
0 32 RETURN |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
6104d26063576000606357 |
|
@ -1,9 +0,0 @@ |
|||||
|
|
||||
(asm |
|
||||
1234 |
|
||||
99 |
|
||||
SSTORE |
|
||||
0 |
|
||||
99 |
|
||||
SSTORE |
|
||||
) |
|
@ -1 +0,0 @@ |
|||||
607b607c60015760005760015660005603 |
|
@ -1,14 +0,0 @@ |
|||||
|
|
||||
(asm |
|
||||
123 |
|
||||
124 |
|
||||
1 |
|
||||
SSTORE |
|
||||
0 |
|
||||
SSTORE |
|
||||
1 |
|
||||
SLOAD |
|
||||
0 |
|
||||
SLOAD |
|
||||
SUB |
|
||||
) |
|
Loading…
Reference in new issue