mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-06-20 05:45:31 +00:00
10 lines
110 B
Plaintext
10 lines
110 B
Plaintext
while:
|
|
pushWord 42
|
|
pushWordVar 123
|
|
eq
|
|
jumpTrue postWhile
|
|
wordVarInc 123
|
|
jump while
|
|
postWhile:
|
|
stopObjectCodeA
|