Template:LSO Bytecodes/duplicate

From Second Life Wiki
< Template:LSO Bytecodes
Revision as of 14:59, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} DUP {{!}} {{LSL Hex|0x20}} {{!}} Copy dword from stack and push the copy onto the stack. {{!}}- {{!}} DUPS {{!}} {{LSL Hex|0x21}} {{!...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DUP 0x20 Copy dword from stack and push the copy onto the stack.
DUPS 0x21 Copy string from stack and push the copy onto the stack.
DUPL 0x22 Copy list from stack and push the copy onto the stack.
DUPV 0x23 Copy 3 dwrods from stack and push the copy onto the stack.
DUPQ 0x24 Copy 4 dwrods from stack and push the copy onto the stack.