Difference between revisions of "SCUMM/V6 opcodes"

Jump to navigation Jump to search
(→‎wordArrayDec: added from website)
(→‎wordArrayInc: added from website)
Line 828: Line 828:


==wordArrayInc==
==wordArrayInc==
'''Encoding'''
''53 arrayp16''
'''Stack'''
''( index  : -)''
'''Operation'''
''arrayp [0,  index ] :=  arrayp [0,  index ] + 1''
Increments the value at offset (0,  index) in the array whose resource number is pointed to by ''arrayp''.


==wordArrayIndexedRead==
==wordArrayIndexedRead==