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


21.1.11.25 Instruction gei

Synopsys:

gei

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

Stack: ( INT INT -- INT INT INT )