Difference between revisions of "SCUMM/V5 opcodes"

Jump to navigation Jump to search
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)==