12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- Datasize: 7 Strings: 0
- 0 push 1
- 5 push 2
- 10 add
- 11 push 3
- 16 add
- 17 store [0]
- 22 push 2
- 27 fetch [1]
- 32 mul
- 33 push 1
- 38 add
- 39 store [1]
- 44 push 1
- 49 fetch [1]
- 54 push 1
- 59 add
- 60 push 2
- 65 div
- 66 sub
- 67 store [2]
- 72 push 3
- 77 push 2
- 82 push 4
- 87 mul
- 88 add
- 89 store [3]
- 94 fetch [3]
- 99 fetch [1]
- 104 not
- 105 and
- 106 push 3
- 111 neg
- 112 or
- 113 store [4]
- 118 fetch [5]
- 123 push 8
- 128 mod
- 129 fetch [1]
- 134 fetch [2]
- 139 mul
- 140 lt
- 141 store [5]
- 146 fetch [5]
- 151 push 0
- 156 ne
- 157 store [6]
- 162 halt
|