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