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


21.1.11.13 Instruction lti

Synopsys:

lti

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

Stack: ( INT INT -- INT INT INT )