381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
|
[105/1] If. Second byte is zero for block-if or one for inline-if. The
next word is the number of words to skip (including the count itself) if
the condition is false.
[106] Else
[107/3] ImageSeq (seems to do nothing?)
[108/3] ImageLoop (seems to do nothing?)
[109] PopUp. Values taken from the stack is one plus the minor code.
[110/2] JumpTo(Self, ...)
[111/3] JumpTo
|
|
>
|
>
|
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
|
[105/1] If. Second byte is zero for block-if or one for inline-if. The
next word is the number of words to skip (including the count itself) if
the condition is false.
[106] Else
[107/3] ImageSeq (seems to be a obsolete variant of Animate, for animations
that play only once)
[108/3] ImageLoop (seems to be a obsolete variant of Animate, for looping
animations)
[109] PopUp. Values taken from the stack is one plus the minor code.
[110/2] JumpTo(Self, ...)
[111/3] JumpTo
|