Difference between revisions of "OPEQ (instruction)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 14:02, 22 July 2019

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).