mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 03:36:44 +00:00
Fixes in inline asm in some jump tests.
This commit is contained in:
parent
6caff31697
commit
475b85d959
4 changed files with 21 additions and 21 deletions
|
|
@ -1 +1 @@
|
|||
600a600181038060025900
|
||||
600a600181038060025960005460015460025460035400
|
||||
|
|
|
|||
|
|
@ -12,14 +12,14 @@ DUP1
|
|||
JUMPI
|
||||
|
||||
;; stack = 1 2 3 4 5 6 7 8 9 10
|
||||
;;0
|
||||
;;MSTORE
|
||||
;;1
|
||||
;;MSTORE
|
||||
;;2
|
||||
;;MSTORE
|
||||
;;3
|
||||
;;MSTORE
|
||||
0
|
||||
MSTORE
|
||||
1
|
||||
MSTORE
|
||||
2
|
||||
MSTORE
|
||||
3
|
||||
MSTORE
|
||||
|
||||
STOP
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
600a80600160800360a060025900
|
||||
600a80600190038060025960005460015460025460035400
|
||||
|
|
|
|||
|
|
@ -5,22 +5,22 @@
|
|||
|
||||
;; 2
|
||||
DUP1
|
||||
1
|
||||
SWAP
|
||||
1
|
||||
SWAP1
|
||||
SUB
|
||||
DUP
|
||||
DUP1
|
||||
2
|
||||
JUMPI
|
||||
|
||||
;; stack = 1 2 3 4 5 6 7 8 9 10
|
||||
;;0
|
||||
;;MSTORE
|
||||
;;1
|
||||
;;MSTORE
|
||||
;;2
|
||||
;;MSTORE
|
||||
;;3
|
||||
;;MSTORE
|
||||
0
|
||||
MSTORE
|
||||
1
|
||||
MSTORE
|
||||
2
|
||||
MSTORE
|
||||
3
|
||||
MSTORE
|
||||
|
||||
STOP
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue