Files
scummvm-tools/decompiler/test/continue-do-while2.txt
2010-07-03 21:05:51 +00:00

16 lines
178 B
Plaintext

do:
wordVarInc 321
pushWord 18
pushWordVar 321
eq
jumpTrue postContinue
jump while
postContinue:
wordVarInc 123
while:
pushWord 42
pushWordVar 123
eq
jumpTrue do
stopObjectCodeA