Operation

CASE (relation of operands) OF
Not comparable: C3, C2, C0  111;
ST > SRC: C3, C2, C0  000;
ST < SRC: C3, C2, C0  001;
ST = SRC: C3, C2, C0  100;
If instruction = FICOMP THEN pop ST; FI;


[Back: Description]
[Next: FPU Flags Affected]