Open main menu

Difference between revisions of "SCUMM/V6 opcodes"

250 bytes added ,  13:51, 3 May 2007
→‎jumpFalse: added from http://www.scummvm.org/docs/specs/scrp-v6.php
(→‎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==
334

edits