Open main menu

Difference between revisions of "SCUMM/V6 opcodes"

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

edits