Difference between revisions of "Template:LSO Bytecodes/pop-value"
Jump to navigation
Jump to search
(New page: {{!}}- {{!}} POP {{!}} {{LSL Hex|0x01}} {{!}} Pops a dword from the stack. {{!}} {{!}}- {{!}} POPS {{!}} {{LSL Hex|0x02}} {{!}} Pops a dword from the stack and deallocates it from the hea...) |
|||
Line 1: | Line 1: | ||
<noinclude>{| {{Prettytable}}</noinclude> | |||
{{!}}- | {{!}}- | ||
{{!}} POP | {{!}} POP | ||
Line 29: | Line 30: | ||
{{!}} Pops arg0 bytes from the stack. | {{!}} Pops arg0 bytes from the stack. | ||
{{!}} dword | {{!}} dword | ||
<noinclude>|}</noinclude> |
Revision as of 13:56, 27 November 2007
POP | 0x01 | Pops a dword from the stack. | |
POPS | 0x02 | Pops a dword from the stack and deallocates it from the heap as a string | |
POPL | 0x03 | Pops a dword from the stack and deallocates it from the heap as a list | |
POPV | 0x04 | Pops 3 dwords from the stack. | |
POPQ | 0x05 | Pops 4 dwords from the stack. | |
POPARG | 0x06 | Pops arg0 bytes from the stack. | dword |