Difference between revisions of "FF8/Field/Script/Opcodes/009 POPI L"
Jump to navigation
Jump to search
Qhimm>Myst6re |
Qhimm>Myst6re |
||
Line 1: | Line 1: | ||
* Opcode: '''0x009''' | * Opcode: '''0x009''' | ||
* Short name: '''POPI_L''' | * Short name: '''POPI_L''' | ||
* Long name: Pop to | * Long name: Pop to Temp List (long) | ||
==== Argument ==== | ==== Argument ==== | ||
Temp | Index position in the Temp List (0 <= '''Argument''' < 8). | ||
==== Stack ==== | ==== Stack ==== | ||
Line 13: | Line 13: | ||
==== Description ==== | ==== Description ==== | ||
Pop ''value'' from stack and store the first four bytes (long) | Pop the top ''value'' from the stack and store the first four bytes (long) at index position '''Argument''' in the Temp List. |
Revision as of 16:47, 11 February 2012
- Opcode: 0x009
- Short name: POPI_L
- Long name: Pop to Temp List (long)
Argument
Index position in the Temp List (0 <= Argument < 8).
Stack
..., value => ...
Description
Pop the top value from the stack and store the first four bytes (long) at index position Argument in the Temp List.