Difference between revisions of "FF8/Field/Script/Opcodes/008 PSHI L"
Jump to navigation
Jump to search
my_wiki>Myst6re |
my_wiki>Myst6re |
||
Line 1: | Line 1: | ||
* Opcode: '''0x008''' | * Opcode: '''0x008''' | ||
* Short name: '''PSHI_L''' | * Short name: '''PSHI_L''' | ||
− | * Long name: Push from | + | * Long name: Push from Temp List (long) |
==== Argument ==== | ==== Argument ==== | ||
− | Temp | + | Index position in the Temp List (0 <= Argument < 8). |
==== Stack ==== | ==== Stack ==== | ||
Line 13: | Line 13: | ||
==== Description ==== | ==== Description ==== | ||
− | Push the | + | Push the ''value'' (long) at index position '''Argument''' in the Temp List onto the stack. |
Revision as of 17:43, 11 February 2012
- 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.