Template:LSO Bytecodes/duplicate
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. |