Template:LSO Bytecodes/duplicate: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
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}} {{!...
 
(No difference)

Latest revision as of 14:59, 27 November 2007

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.