Fixes in inline asm in some jump tests.

This commit is contained in:
artur-zawlocki 2014-10-14 09:24:33 +01:00
parent 6caff31697
commit 475b85d959
4 changed files with 21 additions and 21 deletions

View file

@ -1 +1 @@
600a600181038060025900
600a600181038060025960005460015460025460035400

View file

@ -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
)

View file

@ -1 +1 @@
600a80600160800360a060025900
600a80600190038060025960005460015460025460035400

View file

@ -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
)