x86 Assembly Language Reference Manual

Floating-Point Unsigned Compare (fucom)

fucom	freg

Description:

Compare stack element 0 with stack element (i). Use condition codes:

No compare: 111

(i) < stack 0: 000

(i) > stack 0: 001

(i) = stack 0: 100

Example

Compare stack element 0 with stack element 7.

fucom %st(7)