Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->SGE

SGE   Set if Greater of Equal

Compatibility: 68000, 68010, 68020 and CPU32 families.


If N.V+N'.V' = 1 then 1's -> Destination else 0's -> Destination

where. = Boolean AND
+ = Boolean OR
' = Complement

Assembler Syntax:  SGE <ea>

<ea> - data alterable

Size: Byte

Condition codes: Not affected

    
Allowable Addressing Modes
    
<ea>
    
SGEDn
SGE(An)
SGE(An)+
SGE-(An)
SGE(d16,An)
SGE(d8,An,Xn)
SGE(bd,An,Xn) 2
SGE([bd,An,Xn],od) 1
SGE([bd,An],Xn,od) 1
SGE(xxx).W
SGE(xxx).L
1   68020 only
2   68020 and CPU32  only