fibonacci.out 473 B

123456789101112131415161718192021222324252627282930313233
  1. Datasize: 5 Strings: 1
  2. "\n"
  3. 0 push 44
  4. 5 store [0]
  5. 10 push 1
  6. 15 store [1]
  7. 20 push 0
  8. 25 store [2]
  9. 30 push 1
  10. 35 store [3]
  11. 40 fetch [1]
  12. 45 fetch [0]
  13. 50 lt
  14. 51 jz (61) 113
  15. 56 fetch [2]
  16. 61 fetch [3]
  17. 66 add
  18. 67 store [4]
  19. 72 fetch [3]
  20. 77 store [2]
  21. 82 fetch [4]
  22. 87 store [3]
  23. 92 fetch [1]
  24. 97 push 1
  25. 102 add
  26. 103 store [1]
  27. 108 jmp (-69) 40
  28. 113 fetch [4]
  29. 118 prti
  30. 119 push 0
  31. 124 prts
  32. 125 halt