Open main menu

Difference between revisions of "SCUMM/V6 opcodes"

319 bytes added ,  08:50, 7 May 2007
→‎pushByteVar: added from scummvm website
(→‎pushByte: added from scummvm website)
(→‎pushByteVar: added from scummvm website)
Line 652: Line 652:


==pushByteVar==
==pushByteVar==
'''Encoding'''
''02 pointer^8''
'''Stack'''
''(- : value )''
'''Operation'''
Dereferences ''pointer'' and pushes the result onto the stack. Note that because pointer is encoded as a byte, it can only point to a word variable in the range 0000-00FF. Use pushWordVar for a more general version of this instruction.


==pushWord==
==pushWord==
334

edits