mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-06-20 05:45:31 +00:00
16 lines
178 B
Plaintext
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
|