Template:LSO Bytecodes/push-local

From Second Life Wiki
< Template:LSO Bytecodes
Revision as of 15:07, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} PUSH {{!}} {{LSL Hex|0x50}} {{!}} Push a dword from the local address arg0 to the stack. {{!}} dword {{!}}- {{!}} PUSHS {{!}} {{LSL H...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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