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


20.1.10.17 Instruction lei

Synopsys:

lei

Push 1 on the stack if the integer at the under top is less or equal that the integer at the top. Otherwise push 0.

Stack: ( INT INT -- INT INT INT )