Template:LSO Bytecodes/store-local
< Template:LSO Bytecodes
Jump to navigation
Jump to search
Revision as of 14:01, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} STORE {{!}} {{LSL Hex|0x30}} {{!}} Copy a dword from the stack and store to local arg0 address. {{!}} dword {{!}}- {{!}} STORES {{!}}...)
STORE | 0x30 | Copy a dword from the stack and store to local arg0 address. | dword |
STORES | 0x31 | Copy a string from the stack and store to local arg0 address. | dword |
STOREL | 0x32 | Copy a list from the stack and store to local arg0 address. | dword |
STOREV | 0x33 | Copy 3 dwords from the stack and store to local arg0 address. | dword |
STOREQ | 0x34 | Copy 4 dwords from the stack and store to local arg0 address. | dword |