while.txt 110 B

123456789
  1. while:
  2. pushWord 42
  3. pushWordVar 123
  4. eq
  5. jumpTrue postWhile
  6. wordVarInc 123
  7. jump while
  8. postWhile:
  9. stopObjectCodeA