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.
19 lines
195 B
19 lines
195 B
;; Indirect JUMP
|
|
|
|
(asm
|
|
8 ;; 0
|
|
6 ;; 2
|
|
ADD ;; 4
|
|
JUMP ;; 5 --> 14
|
|
STOP ;; 6
|
|
JUMPDEST ;; 7
|
|
1 ;; 8
|
|
0 ;; 10
|
|
MSTORE ;; 12
|
|
STOP ;; 13
|
|
JUMPDEST ;; 14
|
|
2
|
|
0
|
|
MSTORE
|
|
STOP
|
|
)
|