Difference between revisions of "FF8/Field/Script/Opcodes/008 PSHI L"
Jump to navigation
Jump to search
Qhimm>Myst6re |
ffrtt>BukTop m (6 revisions imported) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: Push from Temp List (long) | * Long name: Push from Temp List (long) | ||
==== Argument ==== | ==== Argument ==== | ||
Index position in the Temp List (0 <= Argument < 8). | Index position in the Temp List (0 <= '''Argument''' < 8). | ||
==== Stack ==== | ==== Stack ==== | ||
... => ..., ''value'' | ... => ..., ''value'' | ||
==== Description ==== | ==== Description ==== | ||
Push the ''value'' (long) at index position '''Argument''' in the Temp List onto the stack. | Push the ''value'' (long) at index position '''Argument''' in the Temp List onto the stack. |
Latest revision as of 04:22, 23 May 2019
- Opcode: 0x008
- Short name: PSHI_L
- Long name: Push from Temp List (long)
Argument
Index position in the Temp List (0 <= Argument < 8).
Stack
... => ..., value
Description
Push the value (long) at index position Argument in the Temp List onto the stack.