mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
13 lines
No EOL
144 B
Text
13 lines
No EOL
144 B
Text
(asm
|
|
20 ;; byte count
|
|
0 ;; source index in calldata array
|
|
10 ;; dest index in memory
|
|
CALLDATACOPY
|
|
|
|
0
|
|
MLOAD ;; to dump memory
|
|
|
|
10
|
|
20
|
|
RETURN
|
|
) |