expr.out 637 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Datasize: 7 Strings: 0
  2. 0 push 1
  3. 5 push 2
  4. 10 add
  5. 11 push 3
  6. 16 add
  7. 17 store [0]
  8. 22 push 2
  9. 27 fetch [1]
  10. 32 mul
  11. 33 push 1
  12. 38 add
  13. 39 store [1]
  14. 44 push 1
  15. 49 fetch [1]
  16. 54 push 1
  17. 59 add
  18. 60 push 2
  19. 65 div
  20. 66 sub
  21. 67 store [2]
  22. 72 push 3
  23. 77 push 2
  24. 82 push 4
  25. 87 mul
  26. 88 add
  27. 89 store [3]
  28. 94 fetch [3]
  29. 99 fetch [1]
  30. 104 not
  31. 105 and
  32. 106 push 3
  33. 111 neg
  34. 112 or
  35. 113 store [4]
  36. 118 fetch [5]
  37. 123 push 8
  38. 128 mod
  39. 129 fetch [1]
  40. 134 fetch [2]
  41. 139 mul
  42. 140 lt
  43. 141 store [5]
  44. 146 fetch [5]
  45. 151 push 0
  46. 156 ne
  47. 157 store [6]
  48. 162 halt