334
edits
(→jumpFalse: added from http://www.scummvm.org/docs/specs/scrp-v6.php) |
(→jumpTrue: added from http://www.scummvm.org/docs/specs/scrp-v6.php) |
||
Line 463: | Line 463: | ||
==jumpTrue== | ==jumpTrue== | ||
'''Encoding''' | |||
''5C offset^16'' | |||
'''Stack''' | |||
''( bool : -)'' | |||
'''Operation''' | |||
if bool 0, pc := pc + offset | |||
Pops the top value off the stack. If non-zero, then offset is added to the current program counter after the instruction has been decoded. | |||
==kill== | ==kill== |
edits