Difference between revisions of "FF8/Field/Script/Opcodes/009 POPI L"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Myst6re
my_wiki>Albeoris
(Created page with "* Opcode: '''0x009''' * Short name: '''POPI_L''' * Long name: Pop to Temp List (long) ==== Argument ==== Index position in the Temp List (0 <= '''Argument''' < 8). ====...")
Line 3: Line 3:
 
* Long name: Pop to Temp List (long)
 
* Long name: Pop to 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 ====
  
 
Pop the top ''value'' from the stack and store the first four bytes (long) at index position '''Argument''' in the Temp List.
 
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 03:27, 24 March 2018

  • 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.