mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 04:06:44 +00:00
MSIZE test
This commit is contained in:
parent
0128f09065
commit
d6e6a5f558
2 changed files with 5 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
6001610d80556504409585d6df620493e05462061a8053
|
6001610d805b01556504409585d6df620493e05462061a80535b01
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,14 @@
|
||||||
(asm ;; []
|
(asm ;; []
|
||||||
1
|
1
|
||||||
3456
|
3456
|
||||||
|
MSIZE
|
||||||
|
ADD
|
||||||
MSTORE8 ;; [02]
|
MSTORE8 ;; [02]
|
||||||
4675432994527
|
4675432994527
|
||||||
300000
|
300000
|
||||||
MSTORE
|
MSTORE
|
||||||
400000
|
400000
|
||||||
MLOAD
|
MLOAD
|
||||||
|
MSIZE
|
||||||
|
ADD
|
||||||
)
|
)
|
||||||
Loading…
Reference in a new issue