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.

32 lines
281 B

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