Next: Instruction eql, Previous: Instruction eqi, Up: Relational instructions [Contents][Index]
Synopsys:
eqiu
Push 1 on the stack if the two unsigned integers at the top of the stack are equal. Otherwise push 0.
Stack: ( UINT UINT -- UINT UINT UINT )