continue-do-while.txt 163 B

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