334
edits
(→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== |
edits