Template:LSO Bytecodes/load-global: Difference between revisions
Jump to navigation
Jump to search
New page: <noinclude>{| {{Prettytable}}</noinclude> {{!}}- {{!}} LOADGP {{!}} {{LSL Hex|0x3F}} {{!}} Pop a dword from the stack and store to global arg0 address. {{!}} dword {{!}}- {{!}} LOADGSP {{!... |
(No difference)
|
Latest revision as of 15:06, 27 November 2007
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 |