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.

33 lines
294 B

10 years ago
(asm
2 ;; 0
5 ;; 2
10 years ago
1 ;; 4
12 ;; 6
10 years ago
JUMPI ;; 8
POP ;; 9
POP ;; 10
STOP ;; 11
10 years ago
;; stack = 2,1
SWAP1 ;; 12
SWAP1 ;; 13
1 ;; 14
22 ;; 16
JUMPI ;; 18
POP ;; 19
POP ;; 20
STOP ;; 21
10 years ago
;; stack = 2,1
SUB ;; 22
10 years ago
0
MSTORE
1
31
RETURN ;; returns 03
)