continue-do-while2.txt 178 B

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