Template:LSO Bytecodes/load-global
< Template:LSO Bytecodes
Jump to navigation
Jump to search
Revision as of 14:06, 27 November 2007 by Strife Onizuka (talk | contribs) (New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} LOADGP {{!}} {{LSL Hex|0x3F}} {{!}} Pop a dword from the stack and store to global arg0 address. {{!}} dword {{!}}- {{!}} LOADGSP {{!...)
LOADGP | 0x3F | Pop a dword from the stack and store to global arg0 address. | dword |
LOADGSP | 0x40 | Pop a string from the stack and store to global arg0 address. | dword |
LOADGLP | 0x41 | Pop a list from the stack and store to global arg0 address. | dword |
LOADGVP | 0x42 | Pop 3 dwords from the stack and store to global arg0 address. | dword |
LOADGQP | 0x43 | Pop 4 dwords from the stack and store to global arg0 address. | dword |