OPLOR (instruction)

From Final Fantasy XII Wiki
Revision as of 20:20, 16 July 2019 by Admin (talk | contribs) (Created page with "{{Instruction|op_name=OPLOR|op_code=0x05|op_size=1|op_args=2|op_desc=Logical OR (disjunction)}} Pops 2 arguments from the stack, performs logical OR operation and '''pushes t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
OPLOR size: 1
args: 2
0x05
Logical OR (disjunction)

Pops 2 arguments from the stack, performs logical OR operation and pushes the result onto stack.

In c-like syntax:

(value1 || value2)