Difference between revisions of "SCUMM/V6 opcodes"

Jump to navigation Jump to search
(→‎jumpTrue: added from http://www.scummvm.org/docs/specs/scrp-v6.php)
(→‎kill: added from http://www.scummvm.org/docs/specs/scrp-v6.php)
Line 478: Line 478:


==kill==
==kill==
'''Encoding'''
''1A''
'''Stack'''
''( value  : -)''
'''Operation'''
Pops the top value off the stack and discards it.


==land==
==land==