Changes
From Final Fantasy Inside
Created page with "* Opcode: '''0x201''' * Name: jump if false * Two-word opcode: Yes ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-..."
* Opcode: '''0x201'''
* Name: jump if false
* Two-word opcode: Yes
==== Parameters ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse; text-align:center"
! style="background:rgb(204,204,204)" align="center" | Location
! style="background:rgb(204,204,204)" align="center" | Name
! style="background:rgb(204,204,204)" align="center" | Description
|-
| Code
| Address
| Destination address to jump to
|-
| Stack
| Condition
| Boolean value
|}
==== Notes ====
Jumps to the address specified if the Condition is false.
* Name: jump if false
* Two-word opcode: Yes
==== Parameters ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse; text-align:center"
! style="background:rgb(204,204,204)" align="center" | Location
! style="background:rgb(204,204,204)" align="center" | Name
! style="background:rgb(204,204,204)" align="center" | Description
|-
| Code
| Address
| Destination address to jump to
|-
| Stack
| Condition
| Boolean value
|}
==== Notes ====
Jumps to the address specified if the Condition is false.