Difference between revisions of "FF8/Field/Script/Opcodes/002 JMP"
Jump to navigation
Jump to search
Qhimm>Myst6re |
ffrtt>BukTop m (4 revisions imported) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: Jump | * Long name: Jump | ||
==== Argument ==== | ==== Argument ==== | ||
Number of instructions to jump | Number of instructions to jump (signed value). | ||
==== Stack ==== | ==== Stack ==== | ||
No change. | No change. | ||
==== Description ==== | ==== Description ==== | ||
Jump | Jump a number of instructions given by '''Argument'''. If '''Argument''' is negative, jumps backward. |
Latest revision as of 04:22, 23 May 2019
- 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.