FF8/Field/Script/Opcodes/002 JMP
< FF8 | Field | Script | Opcodes
Jump to navigation
Jump to search
Revision as of 03:24, 24 March 2018 by my_wiki>Albeoris (Created page with "* Opcode: '''0x02''' * Short name: '''JMP''' * Long name: Jump ==== Argument ==== Number of instructions to jump (signed value). ==== Stack ==== No change. ==== Desc...")
- 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.