Template:LSO Bytecodes/push-local: Difference between revisions
Jump to navigation
Jump to search
New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} PUSH {{!}} {{LSL Hex|0x50}} {{!}} Push a dword from the local address arg0 to the stack. {{!}} dword {{!}}- {{!}} PUSHS {{!}} {{LSL H... |
(No difference)
|
Latest revision as of 15:07, 27 November 2007
PUSH | 0x50 | Push a dword from the local address arg0 to the stack. | dword |
PUSHS | 0x51 | Push a string from the local address arg0 to the stack. | dword |
PUSHL | 0x52 | Push a list from the local address arg0 to the stack. | dword |
PUSHV | 0x53 | Push 3 dwords from the local address arg0 to the stack. | dword |
PUSHQ | 0x54 | Push 4 dwords from the local address arg0 to the stack. | dword |