diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2017-05-12 18:20:38 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2017-05-24 20:37:47 +0800 |
commit | 0ac650d23271e22b8390ce1bfb32cff615d2725b (patch) | |
tree | 75718da1c72581b4bbb09c274517466efd6921a2 /GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json | |
parent | 60153d010e602a490d8aed4e22ad44b4eaea9e17 (diff) | |
download | dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.tar dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.tar.gz dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.tar.bz2 dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.tar.lz dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.tar.xz dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.tar.zst dexon-tests-0ac650d23271e22b8390ce1bfb32cff615d2725b.zip |
Add a test filter for RETURNDATACOPY initially copying zeros
; hex description
;; store some non-zero word into memory [0..31]
30 ADDRESS
6000 PUSH1 [0]
52 MSTORE
;; RETURNDATACOPY should copy the first word into memory [0..31]
6020 PUSH1 [32]
6000 PUSH1 [0]
6000 PUSH1 [0]
0e RETURNDATACOPY
;; load memory[0..31] onto stack
6000 PUSH1 [0]
51 MLOAD
;; store the topmost stack into storage [0]
6000 PUSH1 [0]
55 SSTORE
;; an implicit `STOP` follows.
Diffstat (limited to 'GeneralStateTests/stCallCreateCallCodeTest/callOutput2.json')
0 files changed, 0 insertions, 0 deletions