Next: Instruction eqs, Previous: Instruction eql, Up: Relational instructions [Contents][Index]
Synopsys:
eqlu
Push 1 on the stack if the two unsigned longs at the top of the stack are equal. Otherwise push 0.
Stack: ( ULONG ULONG -- ULONG ULONG INT )