OPEQ (instruction)

From Final Fantasy XII Wiki
Revision as of 14:02, 22 July 2019 by Admin (talk | contribs) (Created page with "{{Instruction|op_name=OPEQ|op_code=0x0a|op_size=1|op_args=2|op_desc=Check if equal}} Pops 2 arguments from the stack, checks whether they're equal and '''pushes the result on...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
OPEQ size: 1
args: 2
0x0a
Check if equal

Pops 2 arguments from the stack, checks whether they're equal and pushes the result onto stack[1].

  1. The result is either true (1) or false (0).