You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
;; Indirect JUMP
|
|
|
|
(asm
|
|
0 ;; 0
|
|
7 ;; 2
|
|
5 ;; 4
|
|
ADD ;; 6
|
|
JUMPI ;; 7
|
|
1 ;; 8
|
|
0 ;; 9
|
|
MSTORE ;; 10
|
|
STOP ;; 11
|
|
JUMPDEST ;; 12
|
|
STOP
|
|
)
|