Difference between revisions of "SCUMM/V6 opcodes"

Jump to navigation Jump to search
(lor, lt, mul from http://www.scummvm.org/docs/specs/scrp-v6.php)
(β†’β€Žneq: added from http://www.scummvm.org/docs/specs/scrp-v6.php)
Line 575: Line 575:


==neq==
==neq==
'''Encoding'''
''0F''
'''Stack'''
''( value1 , value2 : bool )''
'''Operation'''
If value1 value2 , set bool to 1, otherwise set it to 0
Tests the top two values on the stack to see if they are not equal.


==MM 78 panCameraTo==
==MM 78 panCameraTo==