Difference between revisions of "FF8/Field/Script/Opcodes/003 JPF"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Myst6re
Qhimm>Myst6re
(checked)
Line 13: Line 13:
==== Description ====
==== Description ====


Jump forward a number of instructions given by the '''Argument''' if ''condition'' is equal to 1. Else does nothing. The ''condition'' is always popped from the stack.
Jump forward a number of instructions given by the '''Argument''' if ''condition'' is equal to 0. Else does nothing. The ''condition'' is always popped from the stack.

Revision as of 20:46, 9 February 2012

  • Opcode: 0x03
  • Short name: JPF
  • Long name: Jump Forward with condition

Argument

Number of instructions to jump forward.

Stack

..., condition => ...

Description

Jump forward a number of instructions given by the Argument if condition is equal to 0. Else does nothing. The condition is always popped from the stack.