Difference between revisions of "FF8/Field/Script/Opcodes/002 JMP"
Jump to navigation
Jump to search
my_wiki>Myst6re |
my_wiki>Myst6re |
||
Line 5: | Line 5: | ||
==== Argument ==== | ==== Argument ==== | ||
− | Number of instructions to jump | + | Number of instructions to jump (signed value). |
==== Stack ==== | ==== Stack ==== | ||
Line 13: | Line 13: | ||
==== Description ==== | ==== Description ==== | ||
− | Jump | + | Jump a number of instructions given by '''Argument'''. If '''Argument''' is negative, jumps backward. |
Revision as of 00:45, 10 February 2012
- 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.