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


22.1.11.26 Instruction geiu

Synopsys:

geiu

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

Stack: ( UINT UINT -- UINT UINT INT )