FF8/Field/Script/Opcodes/002 JMP

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Revision as of 12:36, 4 April 2018 by my_wiki>BukTop (2 revisions imported)
  • Opcode: 0x02
  • Short name: JMP
  • Long name: Jump

Argument

Number of instructions to jump (signed value).

Stack

No change.

Description

Jump a number of instructions given by Argument. If Argument is negative, jumps backward.