Template:LSO Bytecodes/store-local
Jump to navigation
Jump to search
| 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 |