continue-while.txt 188 B

123456789101112131415
  1. while:
  2. pushWord 42
  3. pushWordVar 123
  4. eq
  5. jumpTrue postWhile
  6. pushWord 18
  7. pushWordVar 321
  8. eq
  9. jumpTrue postContinue
  10. jump while
  11. postContinue:
  12. wordVarInc 123
  13. jump while
  14. postWhile:
  15. stopObjectCodeA