Open main menu

Difference between revisions of "SCUMM/V5 opcodes"

2 bytes removed ,  03:34, 20 March 2009
m
or ORs, not ANDs
m (Fixed getActorX and getActorY return values, mention something about return = result)
m (or ORs, not ANDs)
Line 298: Line 298:


===Operation===
===Operation===
result := result and value
result := result or value


The variable pointed to by result is read, logically ORed with value, and the result written back.  
The variable pointed to by result is read, logically ORed with value, and the result written back.


==overRide ($58)==
==overRide ($58)==
125

edits