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

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Myst6re
 
ffrtt>BukTop
m (6 revisions imported)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* Opcode: '''0x009'''
* Opcode: '''0x009'''
* Short name: '''POPI_L'''
* Short name: '''POPI_L'''
* Long name: Pop to I (long)
* Long name: Pop to Temp List (long)


==== Argument ====
==== Argument ====


Temp memory adress.
Index position in the Temp List (0 <= '''Argument''' < 8).


==== Stack ====
==== Stack ====


..., ''value'' => ...
..., ''value'' => ...


==== Description ====
==== Description ====


Pop value (long) from stack and store it in '''Argument'''.
Pop the top ''value'' from the stack and store the first four bytes (long) at index position '''Argument''' in the Temp List.

Latest revision as of 04:22, 23 May 2019

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