99bottles.out 505 B

1234567891011121314151617181920212223242526272829303132
  1. Datasize: 1 Strings: 4
  2. " bottles of beer on the wall\n"
  3. " bottles of beer\n"
  4. "Take one down, pass it around\n"
  5. " bottles of beer on the wall\n\n"
  6. 0 push 99
  7. 5 store [0]
  8. 10 fetch [0]
  9. 15 push 0
  10. 20 gt
  11. 21 jz (67) 89
  12. 26 fetch [0]
  13. 31 prti
  14. 32 push 0
  15. 37 prts
  16. 38 fetch [0]
  17. 43 prti
  18. 44 push 1
  19. 49 prts
  20. 50 push 2
  21. 55 prts
  22. 56 fetch [0]
  23. 61 push 1
  24. 66 sub
  25. 67 store [0]
  26. 72 fetch [0]
  27. 77 prti
  28. 78 push 3
  29. 83 prts
  30. 84 jmp (-75) 10
  31. 89 halt