Open main menu

Difference between revisions of "SCUMM/V6 opcodes"

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

edits