Difference between revisions of "SCUMM/V6 opcodes"

Jump to navigation Jump to search
(→‎wordVarDec: added frem website)
(→‎wordVarInc: added from website)
Line 924: Line 924:


==wordVarInc==
==wordVarInc==
'''Encoding'''
''4F pointer^16''
'''Stack'''
(- : -)
'''Operation'''
''* pointer := * pointer + 1''
Increments the variable pointed to by ''pointer''.


==writeByteVar==
==writeByteVar==