Next: , Previous: , Up: Relational instructions   [Contents][Index]


21.1.11.5 Instruction eqs

Synopsys:

eqs

Push 1 on the stack if the two strings at the top of the stack are equal. Otherwise push 0.

Stack: ( STR STR -- STR STR INT )