Difference between revisions of "FF8/Field/Script/Opcodes/003 JPF"
Jump to navigation
Jump to search
my_wiki>Myst6re |
m (7 revisions imported) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
* Long name: Jump Forward with condition | * Long name: Jump Forward with condition | ||
− | ==== Argument ==== | + | ==== Argument ==== |
− | Number of instructions to jump forward. | + | Number of instructions to jump forward. (in Deling's editor, this is just a label) |
− | ==== Stack ==== | + | ==== Stack ==== |
− | + | : ''Condition'' | |
+ | : '''JPF''' | ||
− | ==== Description ==== | + | ==== Description ==== |
− | Jump forward a number of instructions given by the '''Argument''' if ''condition'' is equal to | + | 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. |
Latest revision as of 05:22, 23 May 2019
- Opcode: 0x03
- Short name: JPF
- Long name: Jump Forward with condition
Argument
Number of instructions to jump forward. (in Deling's editor, this is just a label)
Stack
- Condition
- JPF
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.